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