6 references to IsStartOfPropertyBody
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (6)
2803
Debug.Assert(identifierOrThisOpt != null ||
IsStartOfPropertyBody
(index: 0));
3035
if (!
IsStartOfPropertyBody
(index: 0))
3113
if (
IsStartOfPropertyBody
(index: 0))
3297
Debug.Assert(identifierOrThisOpt != null ||
IsStartOfPropertyBody
(index: 0));
3375
IsStartOfPropertyBody
(index: 1))
4206
Debug.Assert(
IsStartOfPropertyBody
(index: 0));