2 writes to WasEmptyOrNull
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
FormMapping\Converters\NullableConverterTests.cs (2)
225result = new ParsableTestStruct { WasEmptyOrNull = true }; 230result = new ParsableTestStruct { WasEmptyOrNull = false };
3 references to WasEmptyOrNull
Microsoft.AspNetCore.Components.Endpoints.Tests (3)
FormMapping\Converters\NullableConverterTests.cs (3)
164Assert.True(result.Value.WasEmptyOrNull); 179Assert.True(result.Value.WasEmptyOrNull); 196Assert.False(result.Value.WasEmptyOrNull);