1 write to FunctionType
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6086this.FunctionType = functionType;
8 references to FunctionType
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Invocation.cs (2)
434methodGroup.FunctionType, 459methodGroup.FunctionType,
BoundTree\BoundExpressionExtensions.cs (1)
157BoundMethodGroup methodGroup => methodGroup.FunctionType,
BoundTree\BoundMethodGroup.cs (1)
25FunctionType?.SetExpression(this);
Generated\BoundNodes.xml.Generated.cs (4)
6102if (typeArgumentsOpt != this.TypeArgumentsOpt || name != this.Name || methods != this.Methods || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(lookupSymbolOpt, this.LookupSymbolOpt) || lookupError != this.LookupError || flags != this.Flags || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(functionType, this.FunctionType) || receiverOpt != this.ReceiverOpt || resultKind != this.ResultKind) 11867FunctionTypeSymbol? functionType = this.VisitFunctionTypeSymbol(node.FunctionType); 14074FunctionTypeSymbol? functionType = GetUpdatedSymbol(node, node.FunctionType); 16544new TreeDumperNode("functionType", node.FunctionType, null),