13 references to End
Microsoft.CodeAnalysis.CSharp (13)
Parser\Lexer.cs (13)
2828
Debug.Assert(this.LocationIs(XmlDocCommentLocation.
End
) || TextWindow.PeekChar() == SlidingTextWindow.InvalidCharacter);
2867
if (this.LocationIs(XmlDocCommentLocation.
End
))
3234
if (this.LocationIs(XmlDocCommentLocation.
End
))
3407
if (this.LocationIs(XmlDocCommentLocation.
End
))
3565
if (this.LocationIs(XmlDocCommentLocation.
End
))
3625
if (this.LocationIs(XmlDocCommentLocation.
End
))
4031
if (this.LocationIs(XmlDocCommentLocation.
End
))
4153
if (this.LocationIs(XmlDocCommentLocation.
End
))
4284
if (this.LocationIs(XmlDocCommentLocation.
End
))
4463
this.MutateLocation(XmlDocCommentLocation.
End
);
4489
this.MutateLocation(XmlDocCommentLocation.
End
);
4505
else if (!this.LocationIs(XmlDocCommentLocation.
End
) && this.StyleIs(XmlDocCommentStyle.Delimited))
4512
this.MutateLocation(XmlDocCommentLocation.
End
);