6 references to IsStartOfPropertyBody
Microsoft.CodeAnalysis.CSharp (6)
Parser\LanguageParser.cs (6)
2896Debug.Assert(identifierOrThisOpt != null || IsStartOfPropertyBody(index: 0)); 3128if (!IsStartOfPropertyBody(index: 0)) 3206if (IsStartOfPropertyBody(index: 0)) 3390Debug.Assert(identifierOrThisOpt != null || IsStartOfPropertyBody(index: 0)); 3468IsStartOfPropertyBody(index: 1)) 4299Debug.Assert(IsStartOfPropertyBody(index: 0));