2 writes to _state
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineHints\InlineHintsKeyProcessorProvider.cs (2)
47
return Volatile.Read(ref
_state
) == 1;
53
Volatile.Write(ref
_state
, value ? 1 : 0);