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) 2822Debug.Assert(this.LocationIs(XmlDocCommentLocation.End) || TextWindow.PeekChar() == SlidingTextWindow.InvalidCharacter); 2858Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 2859Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 2861if (this.LocationIs(XmlDocCommentLocation.End)) 2912this.MutateLocation(XmlDocCommentLocation.Exterior); 3225Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3226Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3228if (this.LocationIs(XmlDocCommentLocation.End)) 3398Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3399Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3401if (this.LocationIs(XmlDocCommentLocation.End)) 3556Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3557Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3559if (this.LocationIs(XmlDocCommentLocation.End)) 3616Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3617Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3619if (this.LocationIs(XmlDocCommentLocation.End)) 4022Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 4023Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 4025if (this.LocationIs(XmlDocCommentLocation.End)) 4144Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 4145Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 4147if (this.LocationIs(XmlDocCommentLocation.End)) 4275Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 4276Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 4278if (this.LocationIs(XmlDocCommentLocation.End)) 4386if (this.LocationIs(XmlDocCommentLocation.Start) && this.StyleIs(XmlDocCommentStyle.Delimited)) 4400this.MutateLocation(XmlDocCommentLocation.Interior); 4404else if (this.LocationIs(XmlDocCommentLocation.Start) || this.LocationIs(XmlDocCommentLocation.Exterior)) 4429this.MutateLocation(XmlDocCommentLocation.Interior); 4457this.MutateLocation(XmlDocCommentLocation.End); 4461this.MutateLocation(XmlDocCommentLocation.Interior); 4483this.MutateLocation(XmlDocCommentLocation.End); 4492this.MutateLocation(XmlDocCommentLocation.Interior); 4499else if (!this.LocationIs(XmlDocCommentLocation.End) && this.StyleIs(XmlDocCommentStyle.Delimited)) 4506this.MutateLocation(XmlDocCommentLocation.End); 4518if (this.LocationIs(XmlDocCommentLocation.Interior) 4537if (this.LocationIs(XmlDocCommentLocation.Interior)) 4554this.MutateLocation(XmlDocCommentLocation.Exterior);