4 references to IsStartOfPropertyBody
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
3014
if (
IsStartOfPropertyBody
(this.CurrentToken.Kind) ||
3015
(this.CurrentToken.Kind is SyntaxKind.SemicolonToken &&
IsStartOfPropertyBody
(this.PeekToken(1).Kind)))
3247
IsStartOfPropertyBody
(this.PeekToken(2).Kind))
4041
Debug.Assert(
IsStartOfPropertyBody
(this.CurrentToken.Kind));