2 references to IsTypeNamespaceInScope
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
DefaultRazorTagHelperBinderPhaseTest.cs (1)
1204
var result = DefaultRazorTagHelperContextDiscoveryPhase.ComponentDirectiveVisitor.
IsTypeNamespaceInScope
(tagHelperTypeNamespace, currentNamespace);
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DefaultRazorTagHelperContextDiscoveryPhase.cs (1)
473
if (currentNamespace is not null &&
IsTypeNamespaceInScope
(typeNamespace.Span, currentNamespace))