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