13 references to GetDllPath
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (13)
PdbSourceDocument\AbstractPdbSourceDocumentTests.cs (2)
227
project = project.AddMetadataReference(MetadataReference.CreateFromFile(
GetDllPath
(path)));
250
var dllFilePath =
GetDllPath
(path);
PdbSourceDocument\ImplementationAssemblyLookupServiceTests.cs (5)
56
Assert.False(service.TryFindImplementationAssemblyPath(
GetDllPath
(packDir), out var implementationDll));
95
Assert.True(service.TryFindImplementationAssemblyPath(
GetDllPath
(packDir), out var implementationDll));
96
Assert.Equal(
GetDllPath
(sharedDir), implementationDll);
137
Assert.True(service.TryFindImplementationAssemblyPath(
GetDllPath
(packDir), out var implementationDll));
138
Assert.Equal(
GetDllPath
(sharedDir), implementationDll);
PdbSourceDocument\PdbFileLocatorServiceTests.cs (3)
41
using var result = await service.GetDocumentDebugInfoReaderAsync(
GetDllPath
(path), useDefaultSymbolServers: false, new TelemetryMessage(CancellationToken.None), CancellationToken.None);
72
using var result = await service.GetDocumentDebugInfoReaderAsync(
GetDllPath
(path), useDefaultSymbolServers: false, new TelemetryMessage(CancellationToken.None), CancellationToken.None);
101
using var result = await service.GetDocumentDebugInfoReaderAsync(
GetDllPath
(path), useDefaultSymbolServers: false, new TelemetryMessage(CancellationToken.None), CancellationToken.None);
PdbSourceDocument\PdbSourceDocumentTests.cs (3)
600
File.Delete(
GetDllPath
(path));
937
var dllFilePath =
GetDllPath
(path);
942
project = project.AddMetadataReference(MetadataReference.CreateFromFile(
GetDllPath
(path)));