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