1 write to _module
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataMethodDefinition.cs (1)
46
_module
= module;
6 references to _module
Microsoft.Diagnostics.DataContractReader.Legacy (6)
ClrDataMethodDefinition.cs (6)
54
Contracts.ModuleHandle moduleHandle = loader.GetModuleHandleFromModulePtr(
_module
);
67
Contracts.ModuleHandle moduleHandle = loader.GetModuleHandleFromModulePtr(
_module
);
119
Contracts.ModuleHandle moduleHandle = loader.GetModuleHandleFromModulePtr(
_module
);
405
mod.Interface = new ClrDataModule(
_module
, _target, legacyMod, _apiLock);
608
*flags = CodeNotificationFlagsConverter.ToCom(codeNotif.GetCodeNotification(
_module
, _token));
633
codeNotif.SetCodeNotification(
_module
, _token, CodeNotificationFlagsConverter.FromCom(flags));