13 references to End
Microsoft.CodeAnalysis.CSharp (13)
Parser\Lexer.cs (13)
2807
Debug.Assert(this.LocationIs(XmlDocCommentLocation.
End
) || TextWindow.PeekChar() == SlidingTextWindow.InvalidCharacter);
2846
if (this.LocationIs(XmlDocCommentLocation.
End
))
3213
if (this.LocationIs(XmlDocCommentLocation.
End
))
3386
if (this.LocationIs(XmlDocCommentLocation.
End
))
3544
if (this.LocationIs(XmlDocCommentLocation.
End
))
3604
if (this.LocationIs(XmlDocCommentLocation.
End
))
4010
if (this.LocationIs(XmlDocCommentLocation.
End
))
4132
if (this.LocationIs(XmlDocCommentLocation.
End
))
4263
if (this.LocationIs(XmlDocCommentLocation.
End
))
4442
this.MutateLocation(XmlDocCommentLocation.
End
);
4468
this.MutateLocation(XmlDocCommentLocation.
End
);
4484
else if (!this.LocationIs(XmlDocCommentLocation.
End
) && this.StyleIs(XmlDocCommentStyle.Delimited))
4491
this.MutateLocation(XmlDocCommentLocation.
End
);