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