2 writes to _state
Microsoft.CodeAnalysis (2)
Symbols\Attributes\CustomAttributesBag.cs (2)
154
_state
= (int)value;
160
ThreadSafeFlagOperations.Set(ref
_state
, (int)(this.State | part));
1 reference to _state
Microsoft.CodeAnalysis (1)
Symbols\Attributes\CustomAttributesBag.cs (1)
150
return (CustomAttributeBagCompletionPart)
_state
;