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