5 implementations of GetPathOfAssembly
Microsoft.Build.Tasks.Core (1)
GenerateResource.cs (1)
4094public string GetPathOfAssembly(AssemblyName name)
System.Windows.Forms (1)
System\Resources\AssemblyNamesTypeResolutionService.cs (1)
64public string GetPathOfAssembly(AssemblyName name)
System.Windows.Forms.Design.Tests (2)
System\Drawing\Design\ToolboxItemTests.cs (1)
1695public string GetPathOfAssembly(AssemblyName name)
System\Windows\Forms\Design\DataGridViewAddColumnDialogTests.cs (1)
86public string GetPathOfAssembly(AssemblyName name) => throw new NotImplementedException();
System.Windows.Forms.Tests (1)
System\Resources\ResXSerializationBinderTests.cs (1)
71public string? GetPathOfAssembly(AssemblyName name) => throw new NotImplementedException();
1 reference to GetPathOfAssembly
System.ComponentModel.TypeConverter (1)
System\ComponentModel\LicFileLicenseProvider.cs (1)
73modulePath = resolver.GetPathOfAssembly(type.Assembly.GetName());