1 write to _decodedWellKnownAttributeData
Microsoft.CodeAnalysis (1)
Symbols\Attributes\CustomAttributesBag.cs (1)
88
var setOnOurThread = Interlocked.CompareExchange(ref
_decodedWellKnownAttributeData
, data, null) == null;
3 references to _decodedWellKnownAttributeData
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"/>.
58
_decodedWellKnownAttributeData
== null &&
129
return
_decodedWellKnownAttributeData
;