13 references to End
Microsoft.CodeAnalysis.CSharp (13)
Parser\Lexer.cs (13)
2812
Debug.Assert(this.LocationIs(XmlDocCommentLocation.
End
) || TextWindow.PeekChar() == SlidingTextWindow.InvalidCharacter);
2851
if (this.LocationIs(XmlDocCommentLocation.
End
))
3218
if (this.LocationIs(XmlDocCommentLocation.
End
))
3391
if (this.LocationIs(XmlDocCommentLocation.
End
))
3549
if (this.LocationIs(XmlDocCommentLocation.
End
))
3609
if (this.LocationIs(XmlDocCommentLocation.
End
))
4015
if (this.LocationIs(XmlDocCommentLocation.
End
))
4137
if (this.LocationIs(XmlDocCommentLocation.
End
))
4268
if (this.LocationIs(XmlDocCommentLocation.
End
))
4447
this.MutateLocation(XmlDocCommentLocation.
End
);
4473
this.MutateLocation(XmlDocCommentLocation.
End
);
4489
else if (!this.LocationIs(XmlDocCommentLocation.
End
) && this.StyleIs(XmlDocCommentStyle.Delimited))
4496
this.MutateLocation(XmlDocCommentLocation.
End
);