2 references to _type
System.Private.CoreLib (2)
src\System\Reflection\RuntimeLocalVariableInfo.cs (2)
16public override Type LocalType { get { Debug.Assert(_type != null, "type must be set!"); return _type; } }