2 instantiations of SOSDacImpl
libmscordaccore_universal (2)
Entrypoints.cs (2)
108Legacy.SOSDacImpl impl = new(target, legacyImpl); 247Legacy.SOSDacImpl impl = new(target, legacyImpl);
5 references to SOSDacImpl
libmscordaccore_universal (2)
Entrypoints.cs (2)
108Legacy.SOSDacImpl impl = new(target, legacyImpl); 247Legacy.SOSDacImpl impl = new(target, legacyImpl);
Microsoft.Diagnostics.DataContractReader.Legacy (3)
ClrDataMethodDefinition.cs (3)
124SOSDacImpl.EnumMethodInstances emi = new(_target, methodDescAddr, TargetPointer.Null); 171if (gcHandle.Target is not SOSDacImpl.EnumMethodInstances emi) 233if (gcHandle.Target is not SOSDacImpl.EnumMethodInstances emi)