Fix field type for ByReference<T> and TypedReference (#9284)
authorKoundinya Veluri <kouvel@microsoft.com>
Tue, 7 Feb 2017 20:58:51 +0000 (12:58 -0800)
committerGitHub <noreply@github.com>
Tue, 7 Feb 2017 20:58:51 +0000 (12:58 -0800)
commit3c34cce7187e44c024331ad6267c6507034e48bd
treedc7f0dcf3408bc17e8c7780711f126a0a6a3dacd
parent05ec3cea1f58eec67f85de09e8869e9239e6c94d
Fix field type for ByReference<T> and TypedReference (#9284)

Fix field type for `ByReference<T>` and `TypedReference`

Fixes #7894
src/jit/lclvars.cpp
src/mscorlib/src/System/ReadOnlySpan.cs
src/mscorlib/src/System/Span.cs
src/vm/jitinterface.cpp