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