31 references to LocationIs
Microsoft.CodeAnalysis.CSharp (31)
Parser\Lexer.cs (31)
2807
Debug.Assert(this.
LocationIs
(XmlDocCommentLocation.End) || TextWindow.PeekChar() == SlidingTextWindow.InvalidCharacter);
2843
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Start));
2844
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Exterior));
2846
if (this.
LocationIs
(XmlDocCommentLocation.End))
3210
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Start));
3211
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Exterior));
3213
if (this.
LocationIs
(XmlDocCommentLocation.End))
3383
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Start));
3384
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Exterior));
3386
if (this.
LocationIs
(XmlDocCommentLocation.End))
3541
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Start));
3542
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Exterior));
3544
if (this.
LocationIs
(XmlDocCommentLocation.End))
3601
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Start));
3602
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Exterior));
3604
if (this.
LocationIs
(XmlDocCommentLocation.End))
4007
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Start));
4008
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Exterior));
4010
if (this.
LocationIs
(XmlDocCommentLocation.End))
4129
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Start));
4130
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Exterior));
4132
if (this.
LocationIs
(XmlDocCommentLocation.End))
4260
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Start));
4261
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Exterior));
4263
if (this.
LocationIs
(XmlDocCommentLocation.End))
4371
if (this.
LocationIs
(XmlDocCommentLocation.Start) && this.StyleIs(XmlDocCommentStyle.Delimited))
4389
else if (this.
LocationIs
(XmlDocCommentLocation.Start) || this.
LocationIs
(XmlDocCommentLocation.Exterior))
4484
else if (!this.
LocationIs
(XmlDocCommentLocation.End) && this.StyleIs(XmlDocCommentStyle.Delimited))
4503
if (this.
LocationIs
(XmlDocCommentLocation.Interior)
4522
if (this.
LocationIs
(XmlDocCommentLocation.Interior))