1 write to CaptureUnmatchedValuesWriter
Microsoft.AspNetCore.Components (1)
Reflection\ComponentProperties.cs (1)
356CaptureUnmatchedValuesWriter = new PropertySetter(targetType, propertyInfo);
3 references to CaptureUnmatchedValuesWriter
Microsoft.AspNetCore.Components (3)
Reflection\ComponentProperties.cs (3)
48if (writers.CaptureUnmatchedValuesWriter == null) 168SetProperty(target, writers.CaptureUnmatchedValuesWriter, writers.CaptureUnmatchedValuesPropertyName!, unmatched); 345if (CaptureUnmatchedValuesWriter != null)