2 references to CastSingleValueCache
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\ImportType.cs (2)
135
if (!
CastSingleValueCache
.TryGetValue(type, out _castSingleValue))
145
CastSingleValueCache
.Add(type, _castSingleValue);