1 implementation of GetPathOfAssembly
System.Windows.Forms (1)
System\Resources\AssemblyNamesTypeResolutionService.cs (1)
64public string GetPathOfAssembly(AssemblyName name)
1 reference to GetPathOfAssembly
System.ComponentModel.TypeConverter (1)
System\ComponentModel\LicFileLicenseProvider.cs (1)
73modulePath = resolver.GetPathOfAssembly(type.Assembly.GetName());