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