1 write to _preprocessorStates
Microsoft.CodeAnalysis.CSharp (1)
Syntax\CSharpSyntaxTree.cs (1)
299
ImmutableInterlocked.InterlockedInitialize(ref
_preprocessorStates
, states.ToImmutableAndFree());
3 references to _preprocessorStates
Microsoft.CodeAnalysis.CSharp (3)
Syntax\CSharpSyntaxTree.cs (3)
35
/// The updated state can be found in <see cref="
_preprocessorStates
"/> array at the same index.
215
directives =
_preprocessorStates
[searchResult];
224
directives =
_preprocessorStates
[searchResult];