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