3 references to GetContextForFileStart
Microsoft.CodeAnalysis.CSharp (3)
Syntax\NullableContextStateMap.cs (3)
94
return index < 0 ?
GetContextForFileStart
() : _contexts[index];
107
var context = index < 0 ?
GetContextForFileStart
() : _contexts[index];
138
var previousContext =
GetContextForFileStart
();