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