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