4 references to IsStartOfPropertyBody
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (4)
3055
if (
IsStartOfPropertyBody
(this.CurrentToken.Kind) ||
3056
(this.CurrentToken.Kind is SyntaxKind.SemicolonToken &&
IsStartOfPropertyBody
(this.PeekToken(1).Kind)))
3298
IsStartOfPropertyBody
(this.PeekToken(2).Kind))
4092
Debug.Assert(
IsStartOfPropertyBody
(this.CurrentToken.Kind));