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)
36
throw new InvalidOperationException($"Managed type '{fullyQualifiedName}' is not resolvable through {nameof(
ManagedTypeSource_1
)}.");
80
throw new InvalidOperationException($"Managed type '{fullyQualifiedName}' is not resolvable through {nameof(
ManagedTypeSource_1
)}.");
103
throw new InvalidOperationException($"Static field '{fieldName}' on managed type '{fullyQualifiedName}' is not resolvable through {nameof(
ManagedTypeSource_1
)}.");
138
throw new InvalidOperationException($"Thread-static field '{fieldName}' on managed type '{fullyQualifiedName}' is not resolvable through {nameof(
ManagedTypeSource_1
)}.");