1 write to _preprocessorStates
Microsoft.CodeAnalysis.CSharp (1)
Syntax\CSharpSyntaxTree.cs (1)
300ImmutableInterlocked.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. 216directives = _preprocessorStates[searchResult]; 225directives = _preprocessorStates[searchResult];