3 references to TryGetNamespace
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\DefaultRazorTagHelperContextDiscoveryPhase_Pooling.cs (1)
45codeDocument.TryGetNamespace(fallbackToRootNamespace: true, out var currentNamespace);
Mvc\MvcViewDocumentClassifierPass.cs (1)
34if (!codeDocument.TryGetNamespace(fallbackToRootNamespace: false, out var namespaceName))
Mvc\RazorPageDocumentClassifierPass.cs (1)
64if (!codeDocument.TryGetNamespace(fallbackToRootNamespace: false, out var namespaceName))