1 write to CaptureUnmatchedValuesWriter
Microsoft.AspNetCore.Components (1)
Reflection\ComponentProperties.cs (1)
347CaptureUnmatchedValuesWriter = new PropertySetter(targetType, propertyInfo);
3 references to CaptureUnmatchedValuesWriter
Microsoft.AspNetCore.Components (3)
Reflection\ComponentProperties.cs (3)
39if (writers.CaptureUnmatchedValuesWriter == null) 159SetProperty(target, writers.CaptureUnmatchedValuesWriter, writers.CaptureUnmatchedValuesPropertyName!, unmatched); 336if (CaptureUnmatchedValuesWriter != null)