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