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