13 references to End
Microsoft.CodeAnalysis.CSharp (13)
Parser\Lexer.cs (13)
3150
Debug.Assert(this.LocationIs(XmlDocCommentLocation.
End
) || TextWindow.PeekChar() == SlidingTextWindow.InvalidCharacter);
3189
if (this.LocationIs(XmlDocCommentLocation.
End
))
3556
if (this.LocationIs(XmlDocCommentLocation.
End
))
3729
if (this.LocationIs(XmlDocCommentLocation.
End
))
3887
if (this.LocationIs(XmlDocCommentLocation.
End
))
3947
if (this.LocationIs(XmlDocCommentLocation.
End
))
4353
if (this.LocationIs(XmlDocCommentLocation.
End
))
4475
if (this.LocationIs(XmlDocCommentLocation.
End
))
4606
if (this.LocationIs(XmlDocCommentLocation.
End
))
4785
this.MutateLocation(XmlDocCommentLocation.
End
);
4811
this.MutateLocation(XmlDocCommentLocation.
End
);
4827
else if (!this.LocationIs(XmlDocCommentLocation.
End
) && this.StyleIs(XmlDocCommentStyle.Delimited))
4834
this.MutateLocation(XmlDocCommentLocation.
End
);