2 references to IsCodeBlockWithCSharpLang
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Classification\SyntaxClassification\DocCommentCodeBlockClassifier.cs (1)
44
var (isCSharp, isCSharpTest) = ClassificationHelpers.
IsCodeBlockWithCSharpLang
(xmlElement);
Classification\Worker_DocumentationComments.cs (1)
211
var (isCSharp, isCSharpTest) = ClassificationHelpers.
IsCodeBlockWithCSharpLang
(node);