5 references to UseClassificationFont
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Tooltip\ClassifiedTagHelperTooltipFactory.cs (1)
419
runs.Add(new ClassifiedTextRun(ClassificationTypeNames.Text, value.ToString(), ClassifiedTextRunStyle.
UseClassificationFont
));
Microsoft.CodeAnalysis.Razor.Workspaces.UnitTests (4)
Tooltip\ClassifiedTagHelperTooltipFactoryTest.cs (4)
112
run => run.AssertExpectedClassification("This is code", ClassificationTypeNames.Text, ClassifiedTextRunStyle.
UseClassificationFont
),
114
run => run.AssertExpectedClassification("This is some other code", ClassificationTypeNames.Text, ClassifiedTextRunStyle.
UseClassificationFont
),
134
run => run.AssertExpectedClassification("This is code", ClassificationTypeNames.Text, ClassifiedTextRunStyle.
UseClassificationFont
),
136
run => run.AssertExpectedClassification("This is some other code", ClassificationTypeNames.Text, ClassifiedTextRunStyle.
UseClassificationFont
),