3 references to FormattedClassification
Microsoft.AspNetCore.App.Analyzers.Test (3)
RouteEmbeddedLanguage\Infrastructure\FormattedClassifications.cs (1)
16=> new FormattedClassification(text, typeName);
RouteEmbeddedLanguage\RoutePatternClassifierTests.cs (2)
33var actualFormatted = actualOrdered.Select(a => new FormattedClassification(rewrittenCode.Substring(a.TextSpan.Start, a.TextSpan.Length), a.ClassificationType)).ToArray(); 156private static FormattedClassification Parameter(string name) => new FormattedClassification(name, "json - object");