20 references to MarkFieldSkipped
Microsoft.AspNetCore.Mvc.Abstractions.Test (20)
ModelBinding\ModelStateDictionaryTest.cs (20)
55dictionary.MarkFieldSkipped(key); 150source.MarkFieldSkipped("key"); 164source.MarkFieldSkipped("key"); 177source.MarkFieldSkipped("key"); 193var exception = Assert.Throws<InvalidOperationException>(() => source.MarkFieldSkipped("key")); 220source.MarkFieldSkipped("key"); 473dictionary.MarkFieldSkipped("bar"); 489modelState.MarkFieldSkipped("foo"); 505modelState.MarkFieldSkipped("foo.bar.prop1"); 520modelState.MarkFieldSkipped("foo.bar.prop1"); 521modelState.MarkFieldSkipped("foo.bar.prop2"); 1288dictionary.MarkFieldSkipped("Property4"); 1315dictionary.MarkFieldSkipped("Product.Detail2[2]"); 1316dictionary.MarkFieldSkipped("Product.Detail3"); 1347dictionary.MarkFieldSkipped("Product.Detail1Name"); 1371dictionary.MarkFieldSkipped("Property4"); 1406dictionary.MarkFieldSkipped("Property4"); 1498dictionary.MarkFieldSkipped("Property4"); 1530dictionary.MarkFieldSkipped("Property4"); 1723var exception = Assert.Throws<InvalidOperationException>(() => source.MarkFieldSkipped(key));