1 write to _bindElementAttributeType
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelpers\Producers\BindTagHelperProducer.cs (1)
93_bindElementAttributeType = bindElementAttributeType;
2 references to _bindElementAttributeType
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\TagHelpers\Producers\BindTagHelperProducer.cs (2)
113=> _bindElementAttributeType is not null && _bindInputElementAttributeType is not null; 138if (constructorArguments.Length == 4 && SymbolEqualityComparer.Default.Equals(attribute.AttributeClass, _bindElementAttributeType))