2 writes to FunctionType
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
7642this.FunctionType = functionType; 7653this.FunctionType = functionType;
9 references to FunctionType
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Invocation.cs (1)
2107unboundArgument.FunctionType is { } functionType &&
Binder\Binder_Statements.cs (1)
2054if (anonymousFunction.FunctionType is { } functionType &&
BoundTree\BoundExpressionExtensions.cs (1)
158UnboundLambda unboundLambda => unboundLambda.FunctionType,
BoundTree\UnboundLambda.cs (2)
429var lambda = new UnboundLambda(Syntax, data, FunctionType, WithDependencies, nullableState, HasErrors); 442var lambda = new UnboundLambda(Syntax, data, FunctionType, WithDependencies, _nullableState, HasErrors);
Generated\BoundNodes.xml.Generated.cs (4)
7667if (data != this.Data || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(functionType, this.FunctionType) || withDependencies != this.WithDependencies) 12162FunctionTypeSymbol? functionType = this.VisitFunctionTypeSymbol(node.FunctionType); 14747FunctionTypeSymbol? functionType = GetUpdatedSymbol(node, node.FunctionType); 17001new TreeDumperNode("functionType", node.FunctionType, null),