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)
476get { return _type; } 483return new ScopeWithType(ReuseOrValidateVariables(variables), args, _type);