4 references to MaskXmlDocCommentStyle
Microsoft.CodeAnalysis.CSharp (4)
Parser\Blender.cs (1)
103_newLexerDrivenMode = newLexerDrivenMode & (LexerMode.MaskXmlDocCommentLocation | LexerMode.MaskXmlDocCommentStyle);
Parser\Blender.Reader.cs (1)
177_newLexerDrivenMode = mode & (LexerMode.MaskXmlDocCommentLocation | LexerMode.MaskXmlDocCommentStyle);
Parser\DocumentationCommentParser.cs (1)
55this.Mode = mode | (tmp & (LexerMode.MaskXmlDocCommentLocation | LexerMode.MaskXmlDocCommentStyle));
Parser\Lexer.cs (1)
196return (XmlDocCommentStyle)((int)(mode & LexerMode.MaskXmlDocCommentStyle) >> 20);