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