2 references to LambdaParameterSymbol
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\LambdaSymbol.cs (1)
383
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)
1261
if (this is
LambdaParameterSymbol
)