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) 2828Debug.Assert(this.LocationIs(XmlDocCommentLocation.End) || TextWindow.PeekChar() == SlidingTextWindow.InvalidCharacter); 2864Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 2865Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 2867if (this.LocationIs(XmlDocCommentLocation.End)) 2918this.MutateLocation(XmlDocCommentLocation.Exterior); 3231Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3232Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3234if (this.LocationIs(XmlDocCommentLocation.End)) 3404Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3405Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3407if (this.LocationIs(XmlDocCommentLocation.End)) 3562Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3563Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3565if (this.LocationIs(XmlDocCommentLocation.End)) 3622Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3623Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3625if (this.LocationIs(XmlDocCommentLocation.End)) 4028Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 4029Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 4031if (this.LocationIs(XmlDocCommentLocation.End)) 4150Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 4151Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 4153if (this.LocationIs(XmlDocCommentLocation.End)) 4281Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 4282Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 4284if (this.LocationIs(XmlDocCommentLocation.End)) 4392if (this.LocationIs(XmlDocCommentLocation.Start) && this.StyleIs(XmlDocCommentStyle.Delimited)) 4406this.MutateLocation(XmlDocCommentLocation.Interior); 4410else if (this.LocationIs(XmlDocCommentLocation.Start) || this.LocationIs(XmlDocCommentLocation.Exterior)) 4435this.MutateLocation(XmlDocCommentLocation.Interior); 4463this.MutateLocation(XmlDocCommentLocation.End); 4467this.MutateLocation(XmlDocCommentLocation.Interior); 4489this.MutateLocation(XmlDocCommentLocation.End); 4498this.MutateLocation(XmlDocCommentLocation.Interior); 4505else if (!this.LocationIs(XmlDocCommentLocation.End) && this.StyleIs(XmlDocCommentStyle.Delimited)) 4512this.MutateLocation(XmlDocCommentLocation.End); 4524if (this.LocationIs(XmlDocCommentLocation.Interior) 4543if (this.LocationIs(XmlDocCommentLocation.Interior)) 4560this.MutateLocation(XmlDocCommentLocation.Exterior);