6 references to IsStartOfPropertyBody
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (6)
2845Debug.Assert(identifierOrThisOpt != null || IsStartOfPropertyBody(index: 0)); 3077if (!IsStartOfPropertyBody(index: 0)) 3155if (IsStartOfPropertyBody(index: 0)) 3339Debug.Assert(identifierOrThisOpt != null || IsStartOfPropertyBody(index: 0)); 3417IsStartOfPropertyBody(index: 1)) 4248Debug.Assert(IsStartOfPropertyBody(index: 0));