1 write to _earlyDecodedWellKnownAttributeData
Microsoft.CodeAnalysis (1)
Symbols\Attributes\CustomAttributesBag.cs (1)
73
var setOnOurThread = Interlocked.CompareExchange(ref
_earlyDecodedWellKnownAttributeData
, data, null) == null;
3 references to _earlyDecodedWellKnownAttributeData
Microsoft.CodeAnalysis (3)
Symbols\Attributes\CustomAttributesBag.cs (3)
44
/// Returns a non-sealed custom attribute bag with null initialized <see cref="
_earlyDecodedWellKnownAttributeData
"/>, null initialized <see cref="_decodedWellKnownAttributeData"/> and uninitialized <see cref="_customAttributes"/>.
59
_earlyDecodedWellKnownAttributeData
== null;
142
return
_earlyDecodedWellKnownAttributeData
;