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