31 references to LocationIs
Microsoft.CodeAnalysis.CSharp (31)
Parser\Lexer.cs (31)
3150
Debug.Assert(this.
LocationIs
(XmlDocCommentLocation.End) || TextWindow.PeekChar() == SlidingTextWindow.InvalidCharacter);
3186
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Start));
3187
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Exterior));
3189
if (this.
LocationIs
(XmlDocCommentLocation.End))
3553
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Start));
3554
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Exterior));
3556
if (this.
LocationIs
(XmlDocCommentLocation.End))
3726
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Start));
3727
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Exterior));
3729
if (this.
LocationIs
(XmlDocCommentLocation.End))
3884
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Start));
3885
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Exterior));
3887
if (this.
LocationIs
(XmlDocCommentLocation.End))
3944
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Start));
3945
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Exterior));
3947
if (this.
LocationIs
(XmlDocCommentLocation.End))
4350
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Start));
4351
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Exterior));
4353
if (this.
LocationIs
(XmlDocCommentLocation.End))
4472
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Start));
4473
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Exterior));
4475
if (this.
LocationIs
(XmlDocCommentLocation.End))
4603
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Start));
4604
Debug.Assert(!this.
LocationIs
(XmlDocCommentLocation.Exterior));
4606
if (this.
LocationIs
(XmlDocCommentLocation.End))
4714
if (this.
LocationIs
(XmlDocCommentLocation.Start) && this.StyleIs(XmlDocCommentStyle.Delimited))
4732
else if (this.
LocationIs
(XmlDocCommentLocation.Start) || this.
LocationIs
(XmlDocCommentLocation.Exterior))
4827
else if (!this.
LocationIs
(XmlDocCommentLocation.End) && this.StyleIs(XmlDocCommentStyle.Delimited))
4846
if (this.
LocationIs
(XmlDocCommentLocation.Interior)
4865
if (this.
LocationIs
(XmlDocCommentLocation.Interior))