3 references to GetMemoryWithoutGlobalPrefix
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\DefaultRazorTagHelperContextDiscoveryPhase.cs (3)
327
switch (
GetMemoryWithoutGlobalPrefix
(addTagHelper.TypePattern).Span)
380
switch (
GetMemoryWithoutGlobalPrefix
(removeTagHelper.TypePattern).Span)
578
var normalizedNamespace =
GetMemoryWithoutGlobalPrefix
(@namespace);