3 references to IsEndOfFieldDeclaration
Microsoft.CodeAnalysis.CSharp (3)
Parser\LanguageParser.cs (3)
111
case TerminatorState.
IsEndOfFieldDeclaration
when this.IsEndOfFieldDeclaration():
4993
_termState |= TerminatorState.
IsEndOfFieldDeclaration
;
8418
_termState |= TerminatorState.
IsEndOfFieldDeclaration
;