1 write to _bindInputElementAttributeType
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelpers\Producers\BindTagHelperProducer.cs (1)
94_bindInputElementAttributeType = bindInputElementAttributeType;
3 references to _bindInputElementAttributeType
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\TagHelpers\Producers\BindTagHelperProducer.cs (3)
113=> _bindElementAttributeType is not null && _bindInputElementAttributeType is not null; 150else if (constructorArguments.Length == 4 && SymbolEqualityComparer.Default.Equals(attribute.AttributeClass, _bindInputElementAttributeType)) 162else if (constructorArguments.Length == 6 && SymbolEqualityComparer.Default.Equals(attribute.AttributeClass, _bindInputElementAttributeType))