1 write to _preprocessorStateChangePositions
Microsoft.CodeAnalysis.CSharp (1)
Syntax\CSharpSyntaxTree.cs (1)
299ImmutableInterlocked.InterlockedInitialize(ref _preprocessorStateChangePositions, positions.ToImmutableAndFree());
3 references to _preprocessorStateChangePositions
Microsoft.CodeAnalysis.CSharp (3)
Syntax\CSharpSyntaxTree.cs (3)
39/// Preprocessor states corresponding to positions in <see cref="_preprocessorStateChangePositions"/>. 200if (_preprocessorStateChangePositions.IsDefault) 205int searchResult = _preprocessorStateChangePositions.BinarySearch(position);