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