1 instantiation of ManagedTypeSource_1
Microsoft.Diagnostics.DataContractReader.Contracts (1)
CoreCLRContracts.cs (1)
32
registry.Register<IManagedTypeSource>("c1", static t => new
ManagedTypeSource_1
(t));
4 references to ManagedTypeSource_1
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\ManagedTypeSource_1.cs (4)
43
throw new InvalidOperationException($"Managed type '{fullyQualifiedName}' is not resolvable through {nameof(
ManagedTypeSource_1
)}.");
87
throw new InvalidOperationException($"Managed type '{fullyQualifiedName}' is not resolvable through {nameof(
ManagedTypeSource_1
)}.");
110
throw new InvalidOperationException($"Static field '{fieldName}' on managed type '{fullyQualifiedName}' is not resolvable through {nameof(
ManagedTypeSource_1
)}.");
145
throw new InvalidOperationException($"Thread-static field '{fieldName}' on managed type '{fullyQualifiedName}' is not resolvable through {nameof(
ManagedTypeSource_1
)}.");