2 writes to _type
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\UnaOpSig.cs (2)
45
_type
= type;
62
_type
= pt != PredefinedType.PT_UNDEFINEDINDEX ? GetPredefindType(pt) : null;
1 reference to _type
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\UnaOpSig.cs (1)
89
return
_type
;