1 write to _pfnValueCtor
System.Private.CoreLib (1)
src\System\RuntimeType.ActivatorCache.cs (1)
106_pfnValueCtor = &ValueRefCtorNoopStub; // we use null singleton pattern if no ctor call is necessary
4 references to _pfnValueCtor
System.Private.CoreLib (4)
src\System\RuntimeType.ActivatorCache.cs (4)
54out _pfnRefCtor!, out _pfnValueCtor!, out _ctorIsPublic); 103if (_pfnValueCtor == null) 113Debug.Assert(_pfnValueCtor == null); // Non-value types shouldn't have a value constructor. 149_pfnValueCtor(ref uninitializedObject);