2 writes to FunctionType
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
7321this.FunctionType = functionType; 7332this.FunctionType = functionType;
8 references to FunctionType
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Statements.cs (1)
2009if (anonymousFunction.FunctionType is { } functionType &&
BoundTree\BoundExpressionExtensions.cs (1)
140UnboundLambda unboundLambda => unboundLambda.FunctionType,
BoundTree\UnboundLambda.cs (2)
430var lambda = new UnboundLambda(Syntax, data, FunctionType, WithDependencies, nullableState, HasErrors); 443var lambda = new UnboundLambda(Syntax, data, FunctionType, WithDependencies, _nullableState, HasErrors);
Generated\BoundNodes.xml.Generated.cs (4)
7346if (data != this.Data || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(functionType, this.FunctionType) || withDependencies != this.WithDependencies) 11559return node.Update(node.Data, node.FunctionType, node.WithDependencies); 14024FunctionTypeSymbol? functionType = GetUpdatedSymbol(node, node.FunctionType); 16194new TreeDumperNode("functionType", node.FunctionType, null),