1 write to _module
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataMethodDefinition.cs (1)
29
_module
= module;
5 references to _module
Microsoft.Diagnostics.DataContractReader.Legacy (5)
ClrDataMethodDefinition.cs (5)
37
Contracts.ModuleHandle moduleHandle = loader.GetModuleHandleFromModulePtr(
_module
);
70
Contracts.ModuleHandle moduleHandle = loader.GetModuleHandleFromModulePtr(
_module
);
347
mod.Interface = new ClrDataModule(
_module
, _target, legacyMod);
405
*flags = CodeNotificationFlagsConverter.ToCom(codeNotif.GetCodeNotification(
_module
, _token));
429
codeNotif.SetCodeNotification(
_module
, _token, CodeNotificationFlagsConverter.FromCom(flags));