3 references to IsFullyQualifiedNameMatch
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\DefaultRazorTagHelperContextDiscoveryPhase.cs (1)
448
if (component.
IsFullyQualifiedNameMatch
)
Language\TagHelpers\Producers\BindTagHelperProducer.cs (1)
544
if (tagHelper.
IsFullyQualifiedNameMatch
)
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (1)
581
if (component.
IsFullyQualifiedNameMatch
)