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