6 references to IsStartOfPropertyBody
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (6)
2858
Debug.Assert(identifierOrThisOpt != null ||
IsStartOfPropertyBody
(index: 0));
3090
if (!
IsStartOfPropertyBody
(index: 0))
3168
if (
IsStartOfPropertyBody
(index: 0))
3352
Debug.Assert(identifierOrThisOpt != null ||
IsStartOfPropertyBody
(index: 0));
3430
IsStartOfPropertyBody
(index: 1))
4261
Debug.Assert(
IsStartOfPropertyBody
(index: 0));