2 references to SynthesizeExtensionMarkerAttribute
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceMethodSymbol.cs (1)
237
AddSynthesizedAttribute(ref attributes, moduleBuilder.
SynthesizeExtensionMarkerAttribute
(target, ((SourceNamedTypeSymbol)target.ContainingType).ExtensionMarkerName));
Symbols\Source\SourcePropertySymbolBase.cs (1)
1433
AddSynthesizedAttribute(ref attributes, moduleBuilder.
SynthesizeExtensionMarkerAttribute
(this, ((SourceNamedTypeSymbol)this.ContainingType).ExtensionMarkerName));