1 write to FunctionType
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6087this.FunctionType = functionType;
8 references to FunctionType
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Invocation.cs (2)
433methodGroup.FunctionType, 458methodGroup.FunctionType,
BoundTree\BoundExpressionExtensions.cs (1)
157BoundMethodGroup methodGroup => methodGroup.FunctionType,
BoundTree\BoundMethodGroup.cs (1)
25FunctionType?.SetExpression(this);
Generated\BoundNodes.xml.Generated.cs (4)
6103if (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) 11727return node.Update(node.TypeArgumentsOpt, node.Name, node.Methods, node.LookupSymbolOpt, node.LookupError, node.Flags, node.FunctionType, receiverOpt, node.ResultKind); 13892FunctionTypeSymbol? functionType = GetUpdatedSymbol(node, node.FunctionType); 16363new TreeDumperNode("functionType", node.FunctionType, null),