31 references to LocationIs
Microsoft.CodeAnalysis.CSharp (31)
Parser\Lexer.cs (31)
2830
Debug.Assert(this.
LocationIs
(XmlDocCommentLocation.End) || TextWindow.PeekChar() == SlidingTextWindow.InvalidCharacter);
2866
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Start));
2867
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Exterior));
2869
if (this.
LocationIs
(XmlDocCommentLocation.End))
3233
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Start));
3234
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Exterior));
3236
if (this.
LocationIs
(XmlDocCommentLocation.End))
3406
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Start));
3407
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Exterior));
3409
if (this.
LocationIs
(XmlDocCommentLocation.End))
3564
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Start));
3565
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Exterior));
3567
if (this.
LocationIs
(XmlDocCommentLocation.End))
3624
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Start));
3625
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Exterior));
3627
if (this.
LocationIs
(XmlDocCommentLocation.End))
4030
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Start));
4031
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Exterior));
4033
if (this.
LocationIs
(XmlDocCommentLocation.End))
4152
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Start));
4153
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Exterior));
4155
if (this.
LocationIs
(XmlDocCommentLocation.End))
4283
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Start));
4284
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Exterior));
4286
if (this.
LocationIs
(XmlDocCommentLocation.End))
4394
if (this.
LocationIs
(XmlDocCommentLocation.Start) && this.StyleIs(XmlDocCommentStyle.Delimited))
4412
else if (this.
LocationIs
(XmlDocCommentLocation.Start) || this.
LocationIs
(XmlDocCommentLocation.Exterior))
4507
else if (!this.
LocationIs
(XmlDocCommentLocation.End) && this.StyleIs(XmlDocCommentStyle.Delimited))
4526
if (this.
LocationIs
(XmlDocCommentLocation.Interior)
4545
if (this.
LocationIs
(XmlDocCommentLocation.Interior))