1 instantiation of LambdaParameterSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\LambdaSymbol.cs (1)
362
var parameter = new
LambdaParameterSymbol
(owner: this, paramSyntax?.GetReference(), attributeLists, type, ordinal: p, refKind, scope, name, unboundLambda.ParameterIsDiscard(p), isParams, locations);
2 references to LambdaParameterSymbol
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\LambdaSymbol.cs (1)
362
var
parameter = new LambdaParameterSymbol(owner: this, paramSyntax?.GetReference(), attributeLists, type, ordinal: p, refKind, scope, name, unboundLambda.ParameterIsDiscard(p), isParams, locations);
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1246
if (this is
LambdaParameterSymbol
)