3 references to TypeNamespace
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Components\ComponentLoweringPass.cs (1)
103
if (string.Equals(tagHelper.
TypeNamespace
, usingNamespace, StringComparison.Ordinal))
Language\DefaultRazorTagHelperContextDiscoveryPhase.cs (1)
455
var typeNamespace = component.
TypeNamespace
.AsMemory();
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (1)
557
builder.SetTypeName(typeName, component.
TypeNamespace
, component.TypeNameIdentifier);