1 write to FunctionType
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6110
this.
FunctionType
= functionType;
10 references to FunctionType
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Conversions.cs (1)
2566
group.
FunctionType
,
Binder\Binder_Invocation.cs (3)
442
methodGroup.
FunctionType
,
467
methodGroup.
FunctionType
,
2394
methodGroup.
FunctionType
,
BoundTree\BoundExpressionExtensions.cs (1)
167
BoundMethodGroup methodGroup => methodGroup.
FunctionType
,
BoundTree\BoundMethodGroup.cs (1)
25
FunctionType
?.SetExpression(this);
Generated\BoundNodes.xml.Generated.cs (4)
6126
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)
11905
FunctionTypeSymbol? functionType = this.VisitFunctionTypeSymbol(node.
FunctionType
);
14103
FunctionTypeSymbol? functionType = GetUpdatedSymbol(node, node.
FunctionType
);
16567
new TreeDumperNode("functionType", node.
FunctionType
, null),