1 write to _typeInfoMappings
Microsoft.Extensions.Validation.Tests (1)
ValidatableParameterInfoTests.cs (1)
375
_typeInfoMappings
= typeInfoMappings;
2 references to _typeInfoMappings
Microsoft.Extensions.Validation.Tests (2)
ValidatableParameterInfoTests.cs (2)
380
_typeInfoMappings
.TryGetValue(type, out var info);
392
if (
_typeInfoMappings
.TryGetValue(type, out var validatableTypeInfo))