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) 2812Debug.Assert(this.LocationIs(XmlDocCommentLocation.End) || TextWindow.PeekChar() == SlidingTextWindow.InvalidCharacter); 2848Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 2849Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 2851if (this.LocationIs(XmlDocCommentLocation.End)) 2902this.MutateLocation(XmlDocCommentLocation.Exterior); 3215Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3216Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3218if (this.LocationIs(XmlDocCommentLocation.End)) 3388Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3389Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3391if (this.LocationIs(XmlDocCommentLocation.End)) 3546Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3547Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3549if (this.LocationIs(XmlDocCommentLocation.End)) 3606Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3607Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3609if (this.LocationIs(XmlDocCommentLocation.End)) 4012Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 4013Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 4015if (this.LocationIs(XmlDocCommentLocation.End)) 4134Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 4135Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 4137if (this.LocationIs(XmlDocCommentLocation.End)) 4265Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 4266Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 4268if (this.LocationIs(XmlDocCommentLocation.End)) 4376if (this.LocationIs(XmlDocCommentLocation.Start) && this.StyleIs(XmlDocCommentStyle.Delimited)) 4390this.MutateLocation(XmlDocCommentLocation.Interior); 4394else if (this.LocationIs(XmlDocCommentLocation.Start) || this.LocationIs(XmlDocCommentLocation.Exterior)) 4419this.MutateLocation(XmlDocCommentLocation.Interior); 4447this.MutateLocation(XmlDocCommentLocation.End); 4451this.MutateLocation(XmlDocCommentLocation.Interior); 4473this.MutateLocation(XmlDocCommentLocation.End); 4482this.MutateLocation(XmlDocCommentLocation.Interior); 4489else if (!this.LocationIs(XmlDocCommentLocation.End) && this.StyleIs(XmlDocCommentStyle.Delimited)) 4496this.MutateLocation(XmlDocCommentLocation.End); 4508if (this.LocationIs(XmlDocCommentLocation.Interior) 4527if (this.LocationIs(XmlDocCommentLocation.Interior)) 4544this.MutateLocation(XmlDocCommentLocation.Exterior);