3 references to SetEarlyDecodedWellKnownAttributeData
Microsoft.CodeAnalysis (1)
Symbols\Attributes\CustomAttributesBag.cs (1)
136/// <remarks>This property can only be accessed on the bag after <see cref="SetEarlyDecodedWellKnownAttributeData"/> has been invoked.</remarks>
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceAssemblySymbol.cs (1)
1438netModuleAttributesBag.SetEarlyDecodedWellKnownAttributeData(null);
Symbols\Symbol_Attributes.cs (1)
364lazyCustomAttributesBag.SetEarlyDecodedWellKnownAttributeData(earlyData);