44 references to XmlDocCommentLocation
Microsoft.CodeAnalysis.CSharp (44)
Parser\Lexer.cs (44)
178private static XmlDocCommentLocation LocationOf(LexerMode mode) 180return (XmlDocCommentLocation)((int)(mode & LexerMode.MaskXmlDocCommentLocation) >> 16); 183private bool LocationIs(XmlDocCommentLocation location) 188private void MutateLocation(XmlDocCommentLocation location) 2808Debug.Assert(this.LocationIs(XmlDocCommentLocation.End) || TextWindow.PeekChar() == SlidingTextWindow.InvalidCharacter); 2844Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 2845Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 2847if (this.LocationIs(XmlDocCommentLocation.End)) 2898this.MutateLocation(XmlDocCommentLocation.Exterior); 3211Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3212Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3214if (this.LocationIs(XmlDocCommentLocation.End)) 3384Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3385Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3387if (this.LocationIs(XmlDocCommentLocation.End)) 3542Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3543Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3545if (this.LocationIs(XmlDocCommentLocation.End)) 3602Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 3603Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 3605if (this.LocationIs(XmlDocCommentLocation.End)) 4008Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 4009Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 4011if (this.LocationIs(XmlDocCommentLocation.End)) 4130Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 4131Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 4133if (this.LocationIs(XmlDocCommentLocation.End)) 4261Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Start)); 4262Debug.Assert(!this.LocationIs(XmlDocCommentLocation.Exterior)); 4264if (this.LocationIs(XmlDocCommentLocation.End)) 4372if (this.LocationIs(XmlDocCommentLocation.Start) && this.StyleIs(XmlDocCommentStyle.Delimited)) 4386this.MutateLocation(XmlDocCommentLocation.Interior); 4390else if (this.LocationIs(XmlDocCommentLocation.Start) || this.LocationIs(XmlDocCommentLocation.Exterior)) 4415this.MutateLocation(XmlDocCommentLocation.Interior); 4443this.MutateLocation(XmlDocCommentLocation.End); 4447this.MutateLocation(XmlDocCommentLocation.Interior); 4469this.MutateLocation(XmlDocCommentLocation.End); 4478this.MutateLocation(XmlDocCommentLocation.Interior); 4485else if (!this.LocationIs(XmlDocCommentLocation.End) && this.StyleIs(XmlDocCommentStyle.Delimited)) 4492this.MutateLocation(XmlDocCommentLocation.End); 4504if (this.LocationIs(XmlDocCommentLocation.Interior) 4523if (this.LocationIs(XmlDocCommentLocation.Interior)) 4540this.MutateLocation(XmlDocCommentLocation.Exterior);