Base:
property
RefCustomModifiers
Microsoft.CodeAnalysis.CSharp.Symbols.ParameterSymbol.RefCustomModifiers
3 overrides of RefCustomModifiers
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Synthesized\SynthesizedIntrinsicOperatorSymbol.cs (1)
498
public override ImmutableArray<CustomModifier>
RefCustomModifiers
Symbols\Synthesized\SynthesizedParameterSymbol.cs (2)
321
public override ImmutableArray<CustomModifier>
RefCustomModifiers
369
public override ImmutableArray<CustomModifier>
RefCustomModifiers
1 reference to RefCustomModifiers
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
158
AddSynthesizedAttribute(ref attributes, compilation.SynthesizeDynamicAttribute(type.Type, type.CustomModifiers.Length + this.
RefCustomModifiers
.Length, this.RefKind));