13 references to End
Microsoft.CodeAnalysis.CSharp (13)
Parser\Lexer.cs (13)
2822
Debug.Assert(this.LocationIs(XmlDocCommentLocation.
End
) || TextWindow.PeekChar() == SlidingTextWindow.InvalidCharacter);
2861
if (this.LocationIs(XmlDocCommentLocation.
End
))
3228
if (this.LocationIs(XmlDocCommentLocation.
End
))
3401
if (this.LocationIs(XmlDocCommentLocation.
End
))
3559
if (this.LocationIs(XmlDocCommentLocation.
End
))
3619
if (this.LocationIs(XmlDocCommentLocation.
End
))
4025
if (this.LocationIs(XmlDocCommentLocation.
End
))
4147
if (this.LocationIs(XmlDocCommentLocation.
End
))
4278
if (this.LocationIs(XmlDocCommentLocation.
End
))
4457
this.MutateLocation(XmlDocCommentLocation.
End
);
4483
this.MutateLocation(XmlDocCommentLocation.
End
);
4499
else if (!this.LocationIs(XmlDocCommentLocation.
End
) && this.StyleIs(XmlDocCommentStyle.Delimited))
4506
this.MutateLocation(XmlDocCommentLocation.
End
);