7 references to SynthesizeDynamicAttribute
Microsoft.CodeAnalysis.CSharp (7)
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)
378
AddSynthesizedAttribute(ref attributes, compilation.
SynthesizeDynamicAttribute
(type.Type, type.CustomModifiers.Length));
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)
1392
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));