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