1 write to _type
System.Core (1)
Microsoft\Scripting\Ast\BlockExpression.cs (1)
472
_type
= type;
2 references to _type
System.Core (2)
Microsoft\Scripting\Ast\BlockExpression.cs (2)
476
get { return
_type
; }
483
return new ScopeWithType(ReuseOrValidateVariables(variables), args,
_type
);