5 references to Ignored
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (5)
189
if (kind == PropertyKind.
Ignored
)
217
if (kind == PropertyKind.
Ignored
|| !HasCaptureUnmatchedValues(property))
756
results.Add((property, PropertyKind.
Ignored
));
760
kind = PropertyKind.
Ignored
;
773
kind = PropertyKind.
Ignored
;