3 references to OutVariablePendingInference
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (2)
3233return new OutVariablePendingInference(declarationExpression, localSymbol, null); 3276return new OutVariablePendingInference(declarationExpression, expressionVariableField, receiver);
Generated\BoundNodes.xml.Generated.cs (1)
8659var result = new OutVariablePendingInference(this.Syntax, variableSymbol, receiverOpt, this.HasErrors);