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) 2807Debug.Assert(this.LocationIs(XmlDocCommentLocation.End) || TextWindow.PeekChar() == SlidingTextWindow.InvalidCharacter); 2843Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 2844Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 2846if (this.LocationIs(XmlDocCommentLocation.End)) 2897this.MutateLocation(XmlDocCommentLocation.Exterior); 3210Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3211Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3213if (this.LocationIs(XmlDocCommentLocation.End)) 3383Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3384Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3386if (this.LocationIs(XmlDocCommentLocation.End)) 3541Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3542Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3544if (this.LocationIs(XmlDocCommentLocation.End)) 3601Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3602Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3604if (this.LocationIs(XmlDocCommentLocation.End)) 4007Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 4008Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 4010if (this.LocationIs(XmlDocCommentLocation.End)) 4129Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 4130Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 4132if (this.LocationIs(XmlDocCommentLocation.End)) 4260Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 4261Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 4263if (this.LocationIs(XmlDocCommentLocation.End)) 4371if (this.LocationIs(XmlDocCommentLocation.Start) && this.StyleIs(XmlDocCommentStyle.Delimited)) 4385this.MutateLocation(XmlDocCommentLocation.Interior); 4389else if (this.LocationIs(XmlDocCommentLocation.Start) || this.LocationIs(XmlDocCommentLocation.Exterior)) 4414this.MutateLocation(XmlDocCommentLocation.Interior); 4442this.MutateLocation(XmlDocCommentLocation.End); 4446this.MutateLocation(XmlDocCommentLocation.Interior); 4468this.MutateLocation(XmlDocCommentLocation.End); 4477this.MutateLocation(XmlDocCommentLocation.Interior); 4484else if (!this.LocationIs(XmlDocCommentLocation.End) && this.StyleIs(XmlDocCommentStyle.Delimited)) 4491this.MutateLocation(XmlDocCommentLocation.End); 4503if (this.LocationIs(XmlDocCommentLocation.Interior) 4522if (this.LocationIs(XmlDocCommentLocation.Interior)) 4539this.MutateLocation(XmlDocCommentLocation.Exterior);