6 references to IsStartOfPropertyBody
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (6)
2891
Debug.Assert(identifierOrThisOpt != null ||
IsStartOfPropertyBody
(index: 0));
3123
if (!
IsStartOfPropertyBody
(index: 0))
3201
if (
IsStartOfPropertyBody
(index: 0))
3385
Debug.Assert(identifierOrThisOpt != null ||
IsStartOfPropertyBody
(index: 0));
3463
IsStartOfPropertyBody
(index: 1))
4294
Debug.Assert(
IsStartOfPropertyBody
(index: 0));