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