2 writes to FunctionType
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
7649
this.
FunctionType
= functionType;
7660
this.
FunctionType
= functionType;
9 references to FunctionType
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Invocation.cs (1)
2171
unboundArgument.
FunctionType
is { } functionType &&
Binder\Binder_Statements.cs (1)
2082
if (anonymousFunction.
FunctionType
is { } functionType &&
BoundTree\BoundExpressionExtensions.cs (1)
168
UnboundLambda unboundLambda => unboundLambda.
FunctionType
,
BoundTree\UnboundLambda.cs (2)
447
var lambda = new UnboundLambda(Syntax, data,
FunctionType
, WithDependencies, nullableState, getterNullResilienceData, HasErrors);
460
var lambda = new UnboundLambda(Syntax, data,
FunctionType
, WithDependencies, _nullableState, _getterNullResilienceData, HasErrors);
Generated\BoundNodes.xml.Generated.cs (4)
7674
if (data != this.Data || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(functionType, this.
FunctionType
) || withDependencies != this.WithDependencies)
12172
FunctionTypeSymbol? functionType = this.VisitFunctionTypeSymbol(node.
FunctionType
);
14743
FunctionTypeSymbol? functionType = GetUpdatedSymbol(node, node.
FunctionType
);
16989
new TreeDumperNode("functionType", node.
FunctionType
, null),