7 references to IsInputElementFallbackBindTagHelper
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ComponentBindLoweringPass.AttributeInfo.cs (1)
30=> _isInputElementFallbackBindTagHelper ??= TagHelper.IsInputElementFallbackBindTagHelper();
Microsoft.CodeAnalysis.Razor.UnitTests (6)
BindTagHelperProducerTest.cs (6)
417Assert.False(bind.IsInputElementFallbackBindTagHelper()); 656Assert.False(bind.IsInputElementFallbackBindTagHelper()); 737Assert.True(bind.IsInputElementFallbackBindTagHelper()); 808Assert.False(bind.IsInputElementFallbackBindTagHelper()); 900Assert.False(bind.IsInputElementFallbackBindTagHelper()); 994Assert.False(bind.IsInputElementFallbackBindTagHelper());