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)
147
Debug.Assert(
_originalRuntimeType
.IsValueType);
155
if (
_originalRuntimeType
!= rt)
158
+ Environment.NewLineConst + "Expected: " + (
_originalRuntimeType
?? (object)"<null>")