1 write to _originalRuntimeType
System.Private.CoreLib (1)
src\System\RuntimeType.ActivatorCache.cs (1)
41_originalRuntimeType = rt;
3 references to _originalRuntimeType
System.Private.CoreLib (3)
src\System\RuntimeType.ActivatorCache.cs (3)
147Debug.Assert(_originalRuntimeType.IsValueType); 155if (_originalRuntimeType != rt) 158+ Environment.NewLineConst + "Expected: " + (_originalRuntimeType ?? (object)"<null>")