1 write to Slot
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\MethodDesc.cs (1)
16
Slot
= target.ReadField<ushort>(address, type, nameof(Slot));
3 references to Slot
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\RuntimeTypeSystem_1.cs (1)
228
public ushort Slot => _desc.
Slot
;
Data\MethodDesc.cs (1)
16
Slot = target.ReadField<ushort>(address, type, nameof(
Slot
));
RuntimeTypeSystemHelpers\MethodValidation.cs (1)
73
internal ushort Slot => _desc.
Slot
;