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)
55
this.Mode = mode | (tmp & (LexerMode.MaskXmlDocCommentLocation | LexerMode.
MaskXmlDocCommentStyle
));
Parser\Lexer.cs (1)
196
return (XmlDocCommentStyle)((int)(mode & LexerMode.
MaskXmlDocCommentStyle
) >> 20);