13 references to End
Microsoft.CodeAnalysis.CSharp (13)
Parser\Lexer.cs (13)
2835
Debug.Assert(this.LocationIs(XmlDocCommentLocation.
End
) || TextWindow.PeekChar() == SlidingTextWindow.InvalidCharacter);
2874
if (this.LocationIs(XmlDocCommentLocation.
End
))
3241
if (this.LocationIs(XmlDocCommentLocation.
End
))
3414
if (this.LocationIs(XmlDocCommentLocation.
End
))
3572
if (this.LocationIs(XmlDocCommentLocation.
End
))
3632
if (this.LocationIs(XmlDocCommentLocation.
End
))
4038
if (this.LocationIs(XmlDocCommentLocation.
End
))
4160
if (this.LocationIs(XmlDocCommentLocation.
End
))
4291
if (this.LocationIs(XmlDocCommentLocation.
End
))
4470
this.MutateLocation(XmlDocCommentLocation.
End
);
4496
this.MutateLocation(XmlDocCommentLocation.
End
);
4512
else if (!this.LocationIs(XmlDocCommentLocation.
End
) && this.StyleIs(XmlDocCommentStyle.Delimited))
4519
this.MutateLocation(XmlDocCommentLocation.
End
);