1 write to _token
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataMethodDefinition.cs (1)
30
_token
= token;
5 references to _token
Microsoft.Diagnostics.DataContractReader.Legacy (5)
ClrDataMethodDefinition.cs (5)
39
TargetPointer methodDescAddr = loader.GetModuleLookupMapElement(tables.MethodDefToDesc,
_token
, out _);
75
int rowId = (int)(
_token
& 0x00FFFFFF);
333
*token =
_token
;
405
*flags = CodeNotificationFlagsConverter.ToCom(codeNotif.GetCodeNotification(_module,
_token
));
429
codeNotif.SetCodeNotification(_module,
_token
, CodeNotificationFlagsConverter.FromCom(flags));