6 references to IsStartOfPropertyBody
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (6)
2896
Debug.Assert(identifierOrThisOpt != null ||
IsStartOfPropertyBody
(index: 0));
3128
if (!
IsStartOfPropertyBody
(index: 0))
3206
if (
IsStartOfPropertyBody
(index: 0))
3390
Debug.Assert(identifierOrThisOpt != null ||
IsStartOfPropertyBody
(index: 0));
3468
IsStartOfPropertyBody
(index: 1))
4299
Debug.Assert(
IsStartOfPropertyBody
(index: 0));