1 write to _module
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataMethodDefinition.cs (1)
42
_module
= module;
6 references to _module
Microsoft.Diagnostics.DataContractReader.Legacy (6)
ClrDataMethodDefinition.cs (6)
50
Contracts.ModuleHandle moduleHandle = loader.GetModuleHandleFromModulePtr(
_module
);
63
Contracts.ModuleHandle moduleHandle = loader.GetModuleHandleFromModulePtr(
_module
);
115
Contracts.ModuleHandle moduleHandle = loader.GetModuleHandleFromModulePtr(
_module
);
392
mod.Interface = new ClrDataModule(
_module
, _target, legacyMod);
579
*flags = CodeNotificationFlagsConverter.ToCom(codeNotif.GetCodeNotification(
_module
, _token));
603
codeNotif.SetCodeNotification(
_module
, _token, CodeNotificationFlagsConverter.FromCom(flags));