1 write to RefKind
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedDelegateSymbol.cs (1)
38
RefKind
= refKind;
1 reference to RefKind
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedDelegateSymbol.cs (1)
64
SynthesizedParameterSymbol.Create(a.Method, p.Type, i, p.
RefKind
, GeneratedNames.AnonymousDelegateParameterName(i, a.ParameterCount), p.Scope, p.DefaultValue, isParams: p.IsParams, hasUnscopedRefAttribute: p.HasUnscopedRefAttribute),