5 references to MaskXmlDocCommentLocation
Microsoft.CodeAnalysis.CSharp (5)
Parser\Blender.cs (1)
106_newLexerDrivenMode = newLexerDrivenMode & (LexerMode.MaskXmlDocCommentLocation | LexerMode.MaskXmlDocCommentStyle);
Parser\Blender.Reader.cs (1)
180_newLexerDrivenMode = mode & (LexerMode.MaskXmlDocCommentLocation | LexerMode.MaskXmlDocCommentStyle);
Parser\DocumentationCommentParser.cs (1)
56this.Mode = mode | (tmp & (LexerMode.MaskXmlDocCommentLocation | LexerMode.MaskXmlDocCommentStyle));
Parser\Lexer.cs (2)
179return (XmlDocCommentLocation)((int)(mode & LexerMode.MaskXmlDocCommentLocation) >> 16); 189_mode &= ~LexerMode.MaskXmlDocCommentLocation;