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