7 references to CaptureUnmatchedValues
Microsoft.AspNetCore.Components.Tests (7)
ParameterViewTest.Assignment.cs (7)
327{ nameof(HasCaptureUnmatchedValuesProperty.CaptureUnmatchedValues), value },
334Assert.Same(value, target.CaptureUnmatchedValues);
355target.CaptureUnmatchedValues.OrderBy(kvp => kvp.Key),
375{ nameof(HasCaptureUnmatchedValuesProperty.CaptureUnmatchedValues), new Dictionary<string, object>() },
385$"The property '{nameof(HasCaptureUnmatchedValuesProperty.CaptureUnmatchedValues)}' on component type '{typeof(HasCaptureUnmatchedValuesProperty).FullName}' cannot be set explicitly when " +
401{ nameof(HasCaptureUnmatchedValuesProperty.CaptureUnmatchedValues), new Dictionary<string, object>() },
409$"The property '{nameof(HasCaptureUnmatchedValuesProperty.CaptureUnmatchedValues)}' on component type '{typeof(HasCaptureUnmatchedValuesProperty).FullName}' cannot be set explicitly when " +