44 references to XmlDocCommentLocation
Microsoft.CodeAnalysis.CSharp (44)
Parser\Lexer.cs (44)
177private static XmlDocCommentLocation LocationOf(LexerMode mode) 179return (XmlDocCommentLocation)((int)(mode & LexerMode.MaskXmlDocCommentLocation) >> 16); 182private bool LocationIs(XmlDocCommentLocation location) 187private void MutateLocation(XmlDocCommentLocation location) 3150Debug.Assert(this.LocationIs(XmlDocCommentLocation.End) || TextWindow.PeekChar() == SlidingTextWindow.InvalidCharacter); 3186Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3187Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3189if (this.LocationIs(XmlDocCommentLocation.End)) 3240this.MutateLocation(XmlDocCommentLocation.Exterior); 3553Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3554Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3556if (this.LocationIs(XmlDocCommentLocation.End)) 3726Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3727Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3729if (this.LocationIs(XmlDocCommentLocation.End)) 3884Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3885Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3887if (this.LocationIs(XmlDocCommentLocation.End)) 3944Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3945Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3947if (this.LocationIs(XmlDocCommentLocation.End)) 4350Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 4351Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 4353if (this.LocationIs(XmlDocCommentLocation.End)) 4472Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 4473Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 4475if (this.LocationIs(XmlDocCommentLocation.End)) 4603Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 4604Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 4606if (this.LocationIs(XmlDocCommentLocation.End)) 4714if (this.LocationIs(XmlDocCommentLocation.Start) && this.StyleIs(XmlDocCommentStyle.Delimited)) 4728this.MutateLocation(XmlDocCommentLocation.Interior); 4732else if (this.LocationIs(XmlDocCommentLocation.Start) || this.LocationIs(XmlDocCommentLocation.Exterior)) 4757this.MutateLocation(XmlDocCommentLocation.Interior); 4785this.MutateLocation(XmlDocCommentLocation.End); 4789this.MutateLocation(XmlDocCommentLocation.Interior); 4811this.MutateLocation(XmlDocCommentLocation.End); 4820this.MutateLocation(XmlDocCommentLocation.Interior); 4827else if (!this.LocationIs(XmlDocCommentLocation.End) && this.StyleIs(XmlDocCommentStyle.Delimited)) 4834this.MutateLocation(XmlDocCommentLocation.End); 4846if (this.LocationIs(XmlDocCommentLocation.Interior) 4865if (this.LocationIs(XmlDocCommentLocation.Interior)) 4882this.MutateLocation(XmlDocCommentLocation.Exterior);