1 write to _contexts
Microsoft.CodeAnalysis.CSharp (1)
Syntax\NullableContextStateMap.cs (1)
58
_contexts
= contexts;
6 references to _contexts
Microsoft.CodeAnalysis.CSharp (6)
Syntax\NullableContextStateMap.cs (6)
71
int index =
_contexts
.BinarySearch(searchContext, PositionComparer.Instance);
80
Debug.Assert(index <
_contexts
.Length);
94
return index < 0 ? GetContextForFileStart() :
_contexts
[index];
107
var context = index < 0 ? GetContextForFileStart() :
_contexts
[index];
122
if (index >=
_contexts
.Length)
126
context =
_contexts
[index];