13 references to GetDllPath
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (13)
PdbSourceDocument\AbstractPdbSourceDocumentTests.cs (2)
230
project = project.AddMetadataReference(MetadataReference.CreateFromFile(
GetDllPath
(path)));
253
var dllFilePath =
GetDllPath
(path);
PdbSourceDocument\ImplementationAssemblyLookupServiceTests.cs (5)
53
Assert.False(service.TryFindImplementationAssemblyPath(
GetDllPath
(packDir), out var implementationDll));
88
Assert.True(service.TryFindImplementationAssemblyPath(
GetDllPath
(packDir), out var implementationDll));
89
Assert.Equal(
GetDllPath
(sharedDir), implementationDll);
126
Assert.True(service.TryFindImplementationAssemblyPath(
GetDllPath
(packDir), out var implementationDll));
127
Assert.Equal(
GetDllPath
(sharedDir), implementationDll);
PdbSourceDocument\PdbFileLocatorServiceTests.cs (3)
38
using var result = await service.GetDocumentDebugInfoReaderAsync(
GetDllPath
(path), useDefaultSymbolServers: false, new TelemetryMessage(CancellationToken.None), CancellationToken.None);
65
using var result = await service.GetDocumentDebugInfoReaderAsync(
GetDllPath
(path), useDefaultSymbolServers: false, new TelemetryMessage(CancellationToken.None), CancellationToken.None);
90
using var result = await service.GetDocumentDebugInfoReaderAsync(
GetDllPath
(path), useDefaultSymbolServers: false, new TelemetryMessage(CancellationToken.None), CancellationToken.None);
PdbSourceDocument\PdbSourceDocumentTests.cs (3)
507
File.Delete(
GetDllPath
(path));
838
var dllFilePath =
GetDllPath
(path);
843
project = project.AddMetadataReference(MetadataReference.CreateFromFile(
GetDllPath
(path)));