34 implementations of Name
Microsoft.Diagnostics.DataContractReader.Abstractions (34)
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\ICallingConvention.cs (1)
10
static string IContract.
Name
=> nameof(CallingConvention);
Contracts\ICodeNotifications.cs (1)
29
static string IContract.
Name
{ get; } = nameof(CodeNotifications);
Contracts\ICodeVersions.cs (1)
18
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)
19
static string IContract.
Name
{ get; } = nameof(Debugger);
Contracts\IDebugInfo.cs (1)
114
static string IContract.
Name
{ get; } = nameof(DebugInfo);
Contracts\IEcmaMetadata.cs (1)
11
static string IContract.
Name
{ get; } = nameof(EcmaMetadata);
Contracts\IException.cs (1)
26
static string IContract.
Name
{ get; } = nameof(Exception);
Contracts\IExecutionManager.cs (1)
98
static string IContract.
Name
{ get; } = nameof(ExecutionManager);
Contracts\IFeatureFlags.cs (1)
24
static string IContract.
Name
{ get; } = nameof(FeatureFlags);
Contracts\IGC.cs (1)
136
static string IContract.
Name
{ get; } = nameof(GC);
Contracts\IGCInfo.cs (1)
130
static string IContract.
Name
{ get; } = nameof(GCInfo);
Contracts\ILoader.cs (1)
89
static string IContract.
Name
=> nameof(Loader);
Contracts\IManagedTypeSource.cs (1)
15
static string IContract.
Name
{ get; } = nameof(ManagedTypeSource);
Contracts\INotifications.cs (1)
61
static string IContract.
Name
{ get; } = nameof(Notifications);
Contracts\IObject.cs (1)
27
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)
42
static string IContract.
Name
{ get; } = nameof(RuntimeInfo);
Contracts\IRuntimeMutableTypeSystem.cs (1)
11
static string IContract.
Name
{ get; } = nameof(RuntimeMutableTypeSystem);
Contracts\IRuntimeTypeSystem.cs (1)
149
static string IContract.
Name
=> nameof(RuntimeTypeSystem);
Contracts\ISHash.cs (1)
25
static string IContract.
Name
{ get; } = nameof(SHash);
Contracts\ISignature.cs (1)
11
static string IContract.
Name
{ get; } = nameof(Signature);
Contracts\IStackWalk.cs (1)
87
static string IContract.
Name
=> nameof(StackWalk);
Contracts\IStressLog.cs (1)
37
static string IContract.
Name
{ get; } = nameof(StressLog);
Contracts\ISyncBlock.cs (1)
9
static string IContract.
Name
{ get; } = nameof(SyncBlock);
Contracts\IThread.cs (1)
81
static string IContract.
Name
{ get; } = nameof(Thread);
Contracts\IWindowsErrorReporting.cs (1)
10
static string IContract.
Name
=> nameof(WindowsErrorReporting);
8 references to Name
Microsoft.Diagnostics.DataContractReader (2)
CachingContractRegistry.cs (2)
57
if (!TryResolveCreator(typeof(TContract), TContract.
Name
, out Func<Target, IContract>? creator, out failureException))
88
return TryResolveCreator(typeof(TContract), TContract.
Name
, out _, out failureException);
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
ContractRegistry.cs (1)
172
throw failureException ?? new ContractMissingException(TContract.
Name
);
Microsoft.Diagnostics.DataContractReader.Contracts (5)
CoreCLRContracts.cs (5)
178
TContract.
Name
,
180
message: $"Contract '{TContract.
Name
}' validation failed but no reason was reported.");
194
bool providerResolved = target.IsSubDescriptorResolved(TContract.
Name
);
198
TContract.
Name
,
200
message: $"Contract '{TContract.
Name
}' validation failed but no reason was reported.");