2 instantiations of SOSDacImpl
libmscordaccore_universal (2)
Entrypoints.cs (2)
190
Legacy.SOSDacImpl impl =
new
(target, legacyImpl);
463
Legacy.SOSDacImpl impl =
new
(target, legacyImpl);
5 references to SOSDacImpl
libmscordaccore_universal (2)
Entrypoints.cs (2)
190
Legacy.
SOSDacImpl
impl = new(target, legacyImpl);
463
Legacy.
SOSDacImpl
impl = new(target, legacyImpl);
Microsoft.Diagnostics.DataContractReader.Legacy (3)
ClrDataMethodDefinition.cs (3)
169
SOSDacImpl
.EnumMethodInstances emi = new(_target, methodDescAddr, TargetPointer.Null);
216
if (gcHandle.Target is not
SOSDacImpl
.EnumMethodInstances emi)
278
if (gcHandle.Target is not
SOSDacImpl
.EnumMethodInstances emi)