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