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