2 implementations of ResolveAssemblyPath
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\Metadata\FrameworkAssemblyPathResolverFactory.cs (1)
34
public string?
ResolveAssemblyPath
(ProjectId projectId, string assemblyName, string? fullyQualifiedTypeName)
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\MetadataReferences\VisualStudioFrameworkAssemblyPathResolverFactory.cs (1)
44
public string?
ResolveAssemblyPath
(
1 reference to ResolveAssemblyPath
Microsoft.CodeAnalysis.Features (1)
AddImport\CodeActions\AssemblyReferenceCodeAction.cs (1)
109
return assemblyResolverService.
ResolveAssemblyPath
(