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) 2835Debug.Assert(this.LocationIs(XmlDocCommentLocation.End) || TextWindow.PeekChar() == SlidingTextWindow.InvalidCharacter); 2871Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 2872Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 2874if (this.LocationIs(XmlDocCommentLocation.End)) 2925this.MutateLocation(XmlDocCommentLocation.Exterior); 3238Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3239Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3241if (this.LocationIs(XmlDocCommentLocation.End)) 3411Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3412Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3414if (this.LocationIs(XmlDocCommentLocation.End)) 3569Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3570Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3572if (this.LocationIs(XmlDocCommentLocation.End)) 3629Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3630Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3632if (this.LocationIs(XmlDocCommentLocation.End)) 4035Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 4036Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 4038if (this.LocationIs(XmlDocCommentLocation.End)) 4157Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 4158Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 4160if (this.LocationIs(XmlDocCommentLocation.End)) 4288Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 4289Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 4291if (this.LocationIs(XmlDocCommentLocation.End)) 4399if (this.LocationIs(XmlDocCommentLocation.Start) && this.StyleIs(XmlDocCommentStyle.Delimited)) 4413this.MutateLocation(XmlDocCommentLocation.Interior); 4417else if (this.LocationIs(XmlDocCommentLocation.Start) || this.LocationIs(XmlDocCommentLocation.Exterior)) 4442this.MutateLocation(XmlDocCommentLocation.Interior); 4470this.MutateLocation(XmlDocCommentLocation.End); 4474this.MutateLocation(XmlDocCommentLocation.Interior); 4496this.MutateLocation(XmlDocCommentLocation.End); 4505this.MutateLocation(XmlDocCommentLocation.Interior); 4512else if (!this.LocationIs(XmlDocCommentLocation.End) && this.StyleIs(XmlDocCommentStyle.Delimited)) 4519this.MutateLocation(XmlDocCommentLocation.End); 4531if (this.LocationIs(XmlDocCommentLocation.Interior) 4550if (this.LocationIs(XmlDocCommentLocation.Interior)) 4567this.MutateLocation(XmlDocCommentLocation.Exterior);