2 instantiations of SignatureTypeProvider
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Signature\Signature_1.cs (1)
40SignatureTypeProvider<ITypeHandle?> newProvider = new(_target, moduleHandle);
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataFrame.cs (1)
635SignatureTypeProvider<MethodDescHandle> provider = new(_target, moduleHandle);
6 references to SignatureTypeProvider
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\Signature\Signature_1.cs (5)
21private readonly Dictionary<ModuleHandle, SignatureTypeProvider<ITypeHandle?>> _thProviders = []; 33private SignatureTypeProvider<ITypeHandle?> GetTypeHandleProvider(ModuleHandle moduleHandle) 35if (_thProviders.TryGetValue(moduleHandle, out SignatureTypeProvider<ITypeHandle?>? thProvider)) 40SignatureTypeProvider<ITypeHandle?> newProvider = new(_target, moduleHandle); 47SignatureTypeProvider<ITypeHandle?> provider = GetTypeHandleProvider(moduleHandle);
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataFrame.cs (1)
635SignatureTypeProvider<MethodDescHandle> provider = new(_target, moduleHandle);