1 write to CaptureUnmatchedValuesPropertyName
Microsoft.AspNetCore.Components (1)
Reflection\ComponentProperties.cs (1)
348
CaptureUnmatchedValuesPropertyName
= propertyInfo.Name;
3 references to CaptureUnmatchedValuesPropertyName
Microsoft.AspNetCore.Components (3)
Reflection\ComponentProperties.cs (3)
96
if (string.Equals(parameterName, writers.
CaptureUnmatchedValuesPropertyName
, StringComparison.OrdinalIgnoreCase))
153
ThrowForCaptureUnmatchedValuesConflict(targetType, writers.
CaptureUnmatchedValuesPropertyName
!, unmatched);
159
SetProperty(target, writers.CaptureUnmatchedValuesWriter, writers.
CaptureUnmatchedValuesPropertyName
!, unmatched);