Base:
property
Parameters
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.Parameters
1 write to Parameters
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedDelegateSymbol.cs (1)
63
Parameters
= parameterDescriptions.SelectAsArrayWithIndex(static (p, i, a) =>
3 references to Parameters
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\Conversions\Conversions.cs (3)
63
if (invoke.
Parameters
is [.., { IsParamsArray: true }])
73
foreach (var p in invoke.
Parameters
)
95
if (invoke.
Parameters
.Any(p => p.HasUnscopedRefAttribute))