6 references to IsStartOfPropertyBody
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (6)
2845
Debug.Assert(identifierOrThisOpt != null ||
IsStartOfPropertyBody
(index: 0));
3077
if (!
IsStartOfPropertyBody
(index: 0))
3155
if (
IsStartOfPropertyBody
(index: 0))
3339
Debug.Assert(identifierOrThisOpt != null ||
IsStartOfPropertyBody
(index: 0));
3417
IsStartOfPropertyBody
(index: 1))
4248
Debug.Assert(
IsStartOfPropertyBody
(index: 0));