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)
416
Assert.False(bind.
IsInputElementBindTagHelper
());
655
Assert.False(bind.
IsInputElementBindTagHelper
());
736
Assert.True(bind.
IsInputElementBindTagHelper
());
807
Assert.True(bind.
IsInputElementBindTagHelper
());
899
Assert.True(bind.
IsInputElementBindTagHelper
());
993
Assert.True(bind.
IsInputElementBindTagHelper
());