31 references to LocationIs
Microsoft.CodeAnalysis.CSharp (31)
Parser\Lexer.cs (31)
2830Debug.Assert(this.LocationIs(XmlDocCommentLocation.End) || TextWindow.PeekChar() == SlidingTextWindow.InvalidCharacter); 2866Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 2867Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 2869if (this.LocationIs(XmlDocCommentLocation.End)) 3233Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3234Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3236if (this.LocationIs(XmlDocCommentLocation.End)) 3406Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3407Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3409if (this.LocationIs(XmlDocCommentLocation.End)) 3564Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3565Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3567if (this.LocationIs(XmlDocCommentLocation.End)) 3624Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3625Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3627if (this.LocationIs(XmlDocCommentLocation.End)) 4030Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 4031Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 4033if (this.LocationIs(XmlDocCommentLocation.End)) 4152Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 4153Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 4155if (this.LocationIs(XmlDocCommentLocation.End)) 4283Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 4284Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 4286if (this.LocationIs(XmlDocCommentLocation.End)) 4394if (this.LocationIs(XmlDocCommentLocation.Start) && this.StyleIs(XmlDocCommentStyle.Delimited)) 4412else if (this.LocationIs(XmlDocCommentLocation.Start) || this.LocationIs(XmlDocCommentLocation.Exterior)) 4507else if (!this.LocationIs(XmlDocCommentLocation.End) && this.StyleIs(XmlDocCommentStyle.Delimited)) 4526if (this.LocationIs(XmlDocCommentLocation.Interior) 4545if (this.LocationIs(XmlDocCommentLocation.Interior))