29 interfaces inheriting from IContract
Microsoft.Diagnostics.DataContractReader.Abstractions (29)
Contracts\IAuxiliarySymbols.cs (1)
9
public interface IAuxiliarySymbols :
IContract
Contracts\IBuiltInCOM.cs (1)
46
public interface IBuiltInCOM :
IContract
Contracts\ICodeNotifications.cs (1)
27
public interface ICodeNotifications :
IContract
Contracts\ICodeVersions.cs (1)
9
public interface ICodeVersions :
IContract
Contracts\IComWrappers.cs (1)
9
public interface IComWrappers :
IContract
Contracts\IConditionalWeakTable.cs (1)
8
public interface IConditionalWeakTable :
IContract
Contracts\IDacStreams.cs (1)
8
public interface IDacStreams :
IContract
Contracts\IDebugger.cs (1)
10
public interface IDebugger :
IContract
Contracts\IDebugInfo.cs (1)
77
public interface IDebugInfo :
IContract
Contracts\IEcmaMetadata.cs (1)
9
public interface IEcmaMetadata :
IContract
Contracts\IException.cs (1)
18
public interface IException :
IContract
Contracts\IExecutionManager.cs (1)
95
public interface IExecutionManager :
IContract
Contracts\IGC.cs (1)
136
public interface IGC :
IContract
Contracts\IGCInfo.cs (1)
45
public interface IGCInfo :
IContract
Contracts\ILoader.cs (1)
99
public interface ILoader :
IContract
Contracts\INotifications.cs (1)
59
public interface INotifications :
IContract
Contracts\IObject.cs (1)
8
public interface IObject :
IContract
Contracts\IObjectiveCMarshal.cs (1)
8
public interface IObjectiveCMarshal :
IContract
Contracts\IPlatformMetadata.cs (1)
14
public interface IPlatformMetadata :
IContract
Contracts\IPrecodeStubs.cs (1)
8
public interface IPrecodeStubs :
IContract
Contracts\IReJIT.cs (1)
15
public interface IReJIT :
IContract
Contracts\IRuntimeInfo.cs (1)
33
public interface IRuntimeInfo :
IContract
Contracts\IRuntimeTypeSystem.cs (1)
100
public interface IRuntimeTypeSystem :
IContract
Contracts\ISHash.cs (1)
24
public interface ISHash :
IContract
Contracts\ISignature.cs (1)
9
public interface ISignature :
IContract
Contracts\IStackWalk.cs (1)
24
public interface IStackWalk :
IContract
Contracts\IStressLog.cs (1)
34
public interface IStressLog :
IContract
Contracts\ISyncBlock.cs (1)
7
public interface ISyncBlock :
IContract
Contracts\IThread.cs (1)
64
public interface IThread :
IContract
39 references to IContract
Microsoft.Diagnostics.DataContractReader (5)
CachingContractRegistry.cs (5)
20
private readonly Dictionary<Type,
IContract
> _contracts = [];
21
private readonly Dictionary<(Type, string), Func<Target,
IContract
>> _creators = [];
45
if (_contracts.TryGetValue(typeof(TContract), out
IContract
? cached))
57
if (!_creators.TryGetValue((typeof(TContract), version), out Func<Target,
IContract
>? creator))
75
foreach (
IContract
contract in _contracts.Values)
Microsoft.Diagnostics.DataContractReader.Abstractions (34)
ContractRegistry.cs (4)
141
public abstract bool TryGetContract<TContract>([NotNullWhen(true)] out TContract contract, out string? failureReason) where TContract :
IContract
;
143
public TContract GetContract<TContract>() where TContract :
IContract
152
public bool TryGetContract<TContract>([NotNullWhen(true)] out TContract contract) where TContract :
IContract
162
where TContract :
IContract
;
Contracts\IAuxiliarySymbols.cs (1)
11
static string
IContract
.Name { get; } = nameof(AuxiliarySymbols);
Contracts\IBuiltInCOM.cs (1)
48
static string
IContract
.Name { get; } = nameof(BuiltInCOM);
Contracts\ICodeNotifications.cs (1)
29
static string
IContract
.Name { get; } = nameof(CodeNotifications);
Contracts\ICodeVersions.cs (1)
11
static string
IContract
.Name { get; } = nameof(CodeVersions);
Contracts\IComWrappers.cs (1)
11
static string
IContract
.Name { get; } = nameof(ComWrappers);
Contracts\IConditionalWeakTable.cs (1)
10
static string
IContract
.Name { get; } = nameof(ConditionalWeakTable);
Contracts\IDacStreams.cs (1)
10
static string
IContract
.Name { get; } = nameof(DacStreams);
Contracts\IDebugger.cs (1)
12
static string
IContract
.Name { get; } = nameof(Debugger);
Contracts\IDebugInfo.cs (1)
79
static string
IContract
.Name { get; } = nameof(DebugInfo);
Contracts\IEcmaMetadata.cs (1)
11
static string
IContract
.Name { get; } = nameof(EcmaMetadata);
Contracts\IException.cs (1)
20
static string
IContract
.Name { get; } = nameof(Exception);
Contracts\IExecutionManager.cs (1)
97
static string
IContract
.Name { get; } = nameof(ExecutionManager);
Contracts\IGC.cs (1)
138
static string
IContract
.Name { get; } = nameof(GC);
Contracts\IGCInfo.cs (1)
47
static string
IContract
.Name { get; } = nameof(GCInfo);
Contracts\ILoader.cs (1)
101
static string
IContract
.Name => nameof(Loader);
Contracts\INotifications.cs (1)
61
static string
IContract
.Name { get; } = nameof(Notifications);
Contracts\IObject.cs (1)
10
static string
IContract
.Name { get; } = nameof(Object);
Contracts\IObjectiveCMarshal.cs (1)
10
static string
IContract
.Name { get; } = nameof(ObjectiveCMarshal);
Contracts\IPlatformMetadata.cs (1)
16
static string
IContract
.Name { get; } = nameof(PlatformMetadata);
Contracts\IPrecodeStubs.cs (1)
10
static string
IContract
.Name { get; } = nameof(PrecodeStubs);
Contracts\IReJIT.cs (1)
17
static string
IContract
.Name { get; } = nameof(ReJIT);
Contracts\IRuntimeInfo.cs (1)
35
static string
IContract
.Name { get; } = nameof(RuntimeInfo);
Contracts\IRuntimeTypeSystem.cs (1)
102
static string
IContract
.Name => nameof(RuntimeTypeSystem);
Contracts\ISHash.cs (1)
26
static string
IContract
.Name { get; } = nameof(SHash);
Contracts\ISignature.cs (1)
11
static string
IContract
.Name { get; } = nameof(Signature);
Contracts\IStackWalk.cs (1)
26
static string
IContract
.Name => nameof(StackWalk);
Contracts\IStressLog.cs (1)
36
static string
IContract
.Name { get; } = nameof(StressLog);
Contracts\ISyncBlock.cs (1)
9
static string
IContract
.Name { get; } = nameof(SyncBlock);
Contracts\IThread.cs (1)
66
static string
IContract
.Name { get; } = nameof(Thread);
IContractFactory.cs (1)
8
public interface IContractFactory<out TContract> where TContract : Contracts.
IContract