4 instantiations of CallRegister
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\GCInfo\X86\GCTransition.cs (4)
235CallRegisters.Add(new CallRegister(reg, isByRef)); 241CallRegisters.Add(new CallRegister(reg, isByRef)); 247CallRegisters.Add(new CallRegister(reg, isByRef)); 254CallRegisters.Add(new CallRegister(reg, false));
5 references to CallRegister
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\GCInfo\X86\GCInfo.cs (1)
753foreach (GcTransitionCall.CallRegister cr in activeCallSite.CallRegisters)
Contracts\GCInfo\X86\GCTransition.cs (4)
212public List<CallRegister> CallRegisters { get; set; } 220CallRegisters = new List<CallRegister>(); 229CallRegisters = new List<CallRegister>(); 266foreach (CallRegister reg in CallRegisters)