1 instantiation of TypedByRefInfo
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1417return new TypedByRefInfo(typedByRefData.Data, typedByRefData.Type);
3 references to TypedByRefInfo
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\IRuntimeTypeSystem.cs (1)
231TypedByRefInfo GetTypedByRefInfo(TargetPointer typedByRef) => throw new NotImplementedException();
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1414public TypedByRefInfo GetTypedByRefInfo(TargetPointer typedByRef)
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
3539TypedByRefInfo info = rts.GetTypedByRefInfo(pTypedByRef);