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