2 writes to _castSingleValue
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\ImportType.cs (2)
127if (!CastSingleValueCache.TryGetValue(type, out _castSingleValue)) 129if (!TryGetCastFunction(genericType, _isOpenGeneric, arguments, out _castSingleValue))
2 references to _castSingleValue
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\ImportType.cs (2)
69return _castSingleValue; 137CastSingleValueCache.Add(type, _castSingleValue);