1 write to _type
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\EXPR.cs (1)
38
protected set {
_type
= value; }
2 references to _type
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\EXPR.cs (2)
35
Debug.Assert(
_type
!= null);
36
return
_type
;