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