6 references to IsStartOfPropertyBody
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (6)
2803Debug.Assert(identifierOrThisOpt != null || IsStartOfPropertyBody(index: 0)); 3035if (!IsStartOfPropertyBody(index: 0)) 3113if (IsStartOfPropertyBody(index: 0)) 3297Debug.Assert(identifierOrThisOpt != null || IsStartOfPropertyBody(index: 0)); 3375IsStartOfPropertyBody(index: 1)) 4206Debug.Assert(IsStartOfPropertyBody(index: 0));