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