3 references to IsFullyQualifiedNameMatch
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\TagHelperDescriptor.cs (1)
51
internal bool IsFullyQualifiedNameMatch => _flags.IsFlagSet(TagHelperFlags.
IsFullyQualifiedNameMatch
);
Language\TagHelperDescriptorBuilder.cs (2)
63
get => _flags.IsFlagSet(TagHelperFlags.
IsFullyQualifiedNameMatch
);
64
set => _flags.UpdateFlag(TagHelperFlags.
IsFullyQualifiedNameMatch
, value);