1 write to Text
Microsoft.AspNetCore.App.Analyzers.Test (1)
RouteEmbeddedLanguage\Infrastructure\FormattedClassification.cs (1)
21
Text
= 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();
46
return "Regex." + $"{type}(\"{
Text
}\")";
54
return "Json." + $"{type}(\"{
Text
}\")";
60
switch (
Text
)
87
switch (
Text
)
100
return $"ControlKeyword(\"{
Text
}\")";
103
return $"{Capitalize(ClassificationName)}(\"{
Text
}\")";