29 implementations of Name
Microsoft.Diagnostics.DataContractReader.Abstractions (29)
Contracts\IAuxiliarySymbols.cs (1)
11static string IContract.Name { get; } = nameof(AuxiliarySymbols);
Contracts\IBuiltInCOM.cs (1)
48static string IContract.Name { get; } = nameof(BuiltInCOM);
Contracts\ICodeNotifications.cs (1)
29static string IContract.Name { get; } = nameof(CodeNotifications);
Contracts\ICodeVersions.cs (1)
11static string IContract.Name { get; } = nameof(CodeVersions);
Contracts\IComWrappers.cs (1)
11static string IContract.Name { get; } = nameof(ComWrappers);
Contracts\IConditionalWeakTable.cs (1)
10static string IContract.Name { get; } = nameof(ConditionalWeakTable);
Contracts\IDacStreams.cs (1)
10static string IContract.Name { get; } = nameof(DacStreams);
Contracts\IDebugger.cs (1)
12static string IContract.Name { get; } = nameof(Debugger);
Contracts\IDebugInfo.cs (1)
79static string IContract.Name { get; } = nameof(DebugInfo);
Contracts\IEcmaMetadata.cs (1)
11static string IContract.Name { get; } = nameof(EcmaMetadata);
Contracts\IException.cs (1)
20static string IContract.Name { get; } = nameof(Exception);
Contracts\IExecutionManager.cs (1)
97static string IContract.Name { get; } = nameof(ExecutionManager);
Contracts\IGC.cs (1)
138static string IContract.Name { get; } = nameof(GC);
Contracts\IGCInfo.cs (1)
47static string IContract.Name { get; } = nameof(GCInfo);
Contracts\ILoader.cs (1)
101static string IContract.Name => nameof(Loader);
Contracts\INotifications.cs (1)
61static string IContract.Name { get; } = nameof(Notifications);
Contracts\IObject.cs (1)
10static string IContract.Name { get; } = nameof(Object);
Contracts\IObjectiveCMarshal.cs (1)
10static string IContract.Name { get; } = nameof(ObjectiveCMarshal);
Contracts\IPlatformMetadata.cs (1)
16static string IContract.Name { get; } = nameof(PlatformMetadata);
Contracts\IPrecodeStubs.cs (1)
10static string IContract.Name { get; } = nameof(PrecodeStubs);
Contracts\IReJIT.cs (1)
17static string IContract.Name { get; } = nameof(ReJIT);
Contracts\IRuntimeInfo.cs (1)
35static string IContract.Name { get; } = nameof(RuntimeInfo);
Contracts\IRuntimeTypeSystem.cs (1)
102static string IContract.Name => nameof(RuntimeTypeSystem);
Contracts\ISHash.cs (1)
26static string IContract.Name { get; } = nameof(SHash);
Contracts\ISignature.cs (1)
11static string IContract.Name { get; } = nameof(Signature);
Contracts\IStackWalk.cs (1)
26static string IContract.Name => nameof(StackWalk);
Contracts\IStressLog.cs (1)
36static string IContract.Name { get; } = nameof(StressLog);
Contracts\ISyncBlock.cs (1)
9static string IContract.Name { get; } = nameof(SyncBlock);
Contracts\IThread.cs (1)
66static string IContract.Name { get; } = nameof(Thread);
1 reference to Name
Microsoft.Diagnostics.DataContractReader (1)
CachingContractRegistry.cs (1)
51if (!_tryGetContractVersion(TContract.Name, out string? version))