1 write to CaptureUnmatchedValuesWriter
Microsoft.AspNetCore.Components (1)
Reflection\ComponentProperties.cs (1)
366
CaptureUnmatchedValuesWriter
= new PropertySetter(targetType, propertyInfo);
4 references to CaptureUnmatchedValuesWriter
Microsoft.AspNetCore.Components (4)
Reflection\ComponentProperties.cs (4)
48
if (writers.
CaptureUnmatchedValuesWriter
== null)
174
SetProperty(target, writers.
CaptureUnmatchedValuesWriter
, writers.CaptureUnmatchedValuesPropertyName!, unmatched);
178
SetProperty(target, writers.
CaptureUnmatchedValuesWriter
, writers.CaptureUnmatchedValuesPropertyName!, (object)null!);
355
if (
CaptureUnmatchedValuesWriter
!= null)