3 instantiations of AssemblyNamesTypeResolutionService
System.Windows.Forms (3)
winforms\Managed\System\Resources\ResXDataNode.cs (3)
74
private static ITypeResolutionService internalTypeResolver = new
AssemblyNamesTypeResolutionService
(new AssemblyName[] { new AssemblyName("System.Windows.Forms") });
660
return GetValueTypeName(new
AssemblyNamesTypeResolutionService
(names));
707
return GetValue(new
AssemblyNamesTypeResolutionService
(names));