1 write to PerInstInfo
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\MethodDesc.cs (1)
45PerInstInfo = target.ReadPointerField(address, type, nameof(PerInstInfo));
3 references to PerInstInfo
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\RuntimeTypeSystem_1.cs (2)
364TargetPointer perInstInfo = _desc.PerInstInfo; 382internal bool HasPerInstInfo => _desc.PerInstInfo != TargetPointer.Null;
Data\MethodDesc.cs (1)
45PerInstInfo = target.ReadPointerField(address, type, nameof(PerInstInfo));