3 references to SetDecodedWellKnownAttributeData
Microsoft.CodeAnalysis (1)
Symbols\Attributes\CustomAttributesBag.cs (1)
123
/// <remarks>This property can only be accessed on the bag after <see cref="
SetDecodedWellKnownAttributeData
"/> has been invoked.</remarks>
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceAssemblySymbol.cs (1)
1439
netModuleAttributesBag.
SetDecodedWellKnownAttributeData
(wellKnownData);
Symbols\Symbol_Attributes.cs (1)
384
lazyCustomAttributesBag.
SetDecodedWellKnownAttributeData
(wellKnownAttributeData);