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