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