2 writes to _customAttributes
Microsoft.CodeAnalysis (2)
Symbols\Attributes\CustomAttributesBag.cs (2)
34_customAttributes = customAttributes; 101var 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 && 115Debug.Assert(!_customAttributes.IsDefault); 116return _customAttributes;