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