2 writes to _customAttributes
Microsoft.CodeAnalysis (2)
Symbols\Attributes\CustomAttributesBag.cs (2)
34
_customAttributes
= customAttributes;
101
var setOnOurThread = ImmutableInterlocked.InterlockedCompareExchange(ref
_customAttributes
, newCustomAttributes, default(ImmutableArray<T>)) == default(ImmutableArray<T>);
4 references to _customAttributes
Microsoft.CodeAnalysis (4)
Symbols\Attributes\CustomAttributesBag.cs (4)
44
/// Returns a non-sealed custom attribute bag with null initialized <see cref="_earlyDecodedWellKnownAttributeData"/>, null initialized <see cref="_decodedWellKnownAttributeData"/> and uninitialized <see cref="
_customAttributes
"/>.
57
_customAttributes
.IsEmpty &&
115
Debug.Assert(!
_customAttributes
.IsDefault);
116
return
_customAttributes
;