8 references to IsInputElementBindTagHelper
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentBindLoweringPass.AttributeInfo.cs (1)
33=> _isInputElementBindTagHelper ??= TagHelper.IsInputElementBindTagHelper();
Language\Components\TagHelperDescriptorExtensions.cs (1)
90=> tagHelper.IsInputElementBindTagHelper() &&
Microsoft.CodeAnalysis.Razor.UnitTests (6)
BindTagHelperProducerTest.cs (6)
416Assert.False(bind.IsInputElementBindTagHelper()); 655Assert.False(bind.IsInputElementBindTagHelper()); 736Assert.True(bind.IsInputElementBindTagHelper()); 807Assert.True(bind.IsInputElementBindTagHelper()); 899Assert.True(bind.IsInputElementBindTagHelper()); 993Assert.True(bind.IsInputElementBindTagHelper());