1 write to UnderlyingVariable
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingLocalVariableInfo.cs (1)
14
UnderlyingVariable
= variable;
4 references to UnderlyingVariable
System.Reflection.Context (4)
System\Reflection\Context\Delegation\DelegatingLocalVariableInfo.cs (4)
19
get { return
UnderlyingVariable
.IsPinned; }
24
get { return
UnderlyingVariable
.LocalIndex; }
29
get { return
UnderlyingVariable
.LocalType; }
36
return
UnderlyingVariable
.ToString();