8 references to SynthesizeDynamicAttribute
Microsoft.CodeAnalysis.CSharp (8)
Symbols\MethodSymbol.cs (1)
1163
AddSynthesizedAttribute(ref attributes, compilation.
SynthesizeDynamicAttribute
(type.Type, type.CustomModifiers.Length + this.RefCustomModifiers.Length, this.RefKind));
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
403
compilation.
SynthesizeDynamicAttribute
(type.Type, type.CustomModifiers.Length));
Symbols\Source\SourceEventSymbol.cs (1)
333
AddSynthesizedAttribute(ref attributes, compilation.
SynthesizeDynamicAttribute
(type.Type, type.CustomModifiers.Length));
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5327
AddSynthesizedAttribute(ref attributes, compilation.
SynthesizeDynamicAttribute
(baseType, customModifiersCount: 0));
Symbols\Source\SourceParameterSymbolBase.cs (1)
97
AddSynthesizedAttribute(ref attributes, compilation.
SynthesizeDynamicAttribute
(type.Type, type.CustomModifiers.Length + this.RefCustomModifiers.Length, this.RefKind));
Symbols\Source\SourcePropertySymbolBase.cs (1)
1373
compilation.
SynthesizeDynamicAttribute
(type.Type, type.CustomModifiers.Length + RefCustomModifiers.Length, _refKind));
Symbols\Synthesized\SynthesizedFieldSymbolBase.cs (1)
65
AddSynthesizedAttribute(ref attributes, compilation.
SynthesizeDynamicAttribute
(type, typeWithAnnotations.CustomModifiers.Length));
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
158
AddSynthesizedAttribute(ref attributes, compilation.
SynthesizeDynamicAttribute
(type.Type, type.CustomModifiers.Length + this.RefCustomModifiers.Length, this.RefKind));