1 write to _preprocessorStateChangePositions
Microsoft.CodeAnalysis.CSharp (1)
Syntax\CSharpSyntaxTree.cs (1)
300
ImmutableInterlocked.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
"/>.
201
if (
_preprocessorStateChangePositions
.IsDefault)
206
int searchResult =
_preprocessorStateChangePositions
.BinarySearch(position);