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