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