6 references to GlobalPrefix
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\Components\TypeNameHelper.cs (6)
43
if (typeName.StartsWith(
GlobalPrefix
, StringComparison.Ordinal))
60
return
GlobalPrefix
+ typeName;
68
return
GlobalPrefix
+ typeName;
99
if (typeNameSpan.StartsWith(
GlobalPrefix
.AsSpan(), StringComparison.Ordinal))
116
codeWriter.Write(
GlobalPrefix
);
125
codeWriter.Write(
GlobalPrefix
);