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;
150
else if (constructorArguments.Length == 4 && SymbolEqualityComparer.Default.Equals(attribute.AttributeClass,
_bindInputElementAttributeType
))
162
else if (constructorArguments.Length == 6 && SymbolEqualityComparer.Default.Equals(attribute.AttributeClass,
_bindInputElementAttributeType
))