5 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)
1428netModuleAttributesBag.SetEarlyDecodedWellKnownAttributeData(null);
Symbols\Symbol_Attributes.cs (1)
355lazyCustomAttributesBag.SetEarlyDecodedWellKnownAttributeData(earlyData);
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceAssemblySymbol.vb (1)
415netModuleAttributesBag.SetEarlyDecodedWellKnownAttributeData(Nothing)
Symbols\Symbol_Attributes.vb (1)
273lazyCustomAttributesBag.SetEarlyDecodedWellKnownAttributeData(earlyData)