13 references to End
Microsoft.CodeAnalysis.CSharp (13)
Parser\Lexer.cs (13)
2830
Debug.Assert(this.LocationIs(XmlDocCommentLocation.
End
) || TextWindow.PeekChar() == SlidingTextWindow.InvalidCharacter);
2869
if (this.LocationIs(XmlDocCommentLocation.
End
))
3236
if (this.LocationIs(XmlDocCommentLocation.
End
))
3409
if (this.LocationIs(XmlDocCommentLocation.
End
))
3567
if (this.LocationIs(XmlDocCommentLocation.
End
))
3627
if (this.LocationIs(XmlDocCommentLocation.
End
))
4033
if (this.LocationIs(XmlDocCommentLocation.
End
))
4155
if (this.LocationIs(XmlDocCommentLocation.
End
))
4286
if (this.LocationIs(XmlDocCommentLocation.
End
))
4465
this.MutateLocation(XmlDocCommentLocation.
End
);
4491
this.MutateLocation(XmlDocCommentLocation.
End
);
4507
else if (!this.LocationIs(XmlDocCommentLocation.
End
) && this.StyleIs(XmlDocCommentStyle.Delimited))
4514
this.MutateLocation(XmlDocCommentLocation.
End
);