5 references to ITagHelper
Microsoft.CodeAnalysis.Razor.Compiler (5)
CSharp\DefaultTagHelperDescriptorFactory.cs (1)
40descriptorBuilder.RuntimeKind = RuntimeKind.ITagHelper;
Language\TagHelperDescriptorExtensions.cs (1)
19return tagHelper.RuntimeKind == RuntimeKind.ITagHelper;
Mvc.Version1_X\ViewComponentTagHelperDescriptorFactory.cs (1)
62descriptorBuilder.RuntimeKind = RuntimeKind.ITagHelper;
Mvc.Version2_X\ViewComponentTagHelperDescriptorFactory.cs (1)
62descriptorBuilder.RuntimeKind = RuntimeKind.ITagHelper;
Mvc\ViewComponentTagHelperDescriptorFactory.cs (1)
62descriptorBuilder.RuntimeKind = RuntimeKind.ITagHelper;