13 references to End
Microsoft.CodeAnalysis.CSharp (13)
Parser\Lexer.cs (13)
2808
Debug.Assert(this.LocationIs(XmlDocCommentLocation.
End
) || TextWindow.PeekChar() == SlidingTextWindow.InvalidCharacter);
2847
if (this.LocationIs(XmlDocCommentLocation.
End
))
3214
if (this.LocationIs(XmlDocCommentLocation.
End
))
3387
if (this.LocationIs(XmlDocCommentLocation.
End
))
3545
if (this.LocationIs(XmlDocCommentLocation.
End
))
3605
if (this.LocationIs(XmlDocCommentLocation.
End
))
4011
if (this.LocationIs(XmlDocCommentLocation.
End
))
4133
if (this.LocationIs(XmlDocCommentLocation.
End
))
4264
if (this.LocationIs(XmlDocCommentLocation.
End
))
4443
this.MutateLocation(XmlDocCommentLocation.
End
);
4469
this.MutateLocation(XmlDocCommentLocation.
End
);
4485
else if (!this.LocationIs(XmlDocCommentLocation.
End
) && this.StyleIs(XmlDocCommentStyle.Delimited))
4492
this.MutateLocation(XmlDocCommentLocation.
End
);