44 references to XmlDocCommentLocation
Microsoft.CodeAnalysis.CSharp (44)
Parser\Lexer.cs (44)
186private static XmlDocCommentLocation LocationOf(LexerMode mode) 188return (XmlDocCommentLocation)((int)(mode & LexerMode.MaskXmlDocCommentLocation) >> 16); 191private bool LocationIs(XmlDocCommentLocation location) 196private void MutateLocation(XmlDocCommentLocation location) 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)) 2920this.MutateLocation(XmlDocCommentLocation.Exterior); 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)) 4408this.MutateLocation(XmlDocCommentLocation.Interior); 4412else if (this.LocationIs(XmlDocCommentLocation.Start) || this.LocationIs(XmlDocCommentLocation.Exterior)) 4437this.MutateLocation(XmlDocCommentLocation.Interior); 4465this.MutateLocation(XmlDocCommentLocation.End); 4469this.MutateLocation(XmlDocCommentLocation.Interior); 4491this.MutateLocation(XmlDocCommentLocation.End); 4500this.MutateLocation(XmlDocCommentLocation.Interior); 4507else if (!this.LocationIs(XmlDocCommentLocation.End) && this.StyleIs(XmlDocCommentStyle.Delimited)) 4514this.MutateLocation(XmlDocCommentLocation.End); 4526if (this.LocationIs(XmlDocCommentLocation.Interior) 4545if (this.LocationIs(XmlDocCommentLocation.Interior)) 4562this.MutateLocation(XmlDocCommentLocation.Exterior);