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