1 write to Text
Microsoft.AspNetCore.App.Analyzers.Test (1)
RouteEmbeddedLanguage\Infrastructure\FormattedClassification.cs (1)
21Text = text ?? throw new ArgumentNullException(nameof(text));
9 references to Text
Microsoft.AspNetCore.App.Analyzers.Test (9)
RouteEmbeddedLanguage\Infrastructure\FormattedClassification.cs (9)
30&& Text == other.Text; 37=> ClassificationName.GetHashCode() ^ Text.GetHashCode(); 46return "Regex." + $"{type}(\"{Text}\")"; 54return "Json." + $"{type}(\"{Text}\")"; 60switch (Text) 87switch (Text) 100return $"ControlKeyword(\"{Text}\")"; 103return $"{Capitalize(ClassificationName)}(\"{Text}\")";