13 references to GetDllPath
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (13)
PdbSourceDocument\AbstractPdbSourceDocumentTests.cs (2)
220
project = project.AddMetadataReference(MetadataReference.CreateFromFile(
GetDllPath
(path)));
243
var dllFilePath =
GetDllPath
(path);
PdbSourceDocument\ImplementationAssemblyLookupServiceTests.cs (5)
57
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);
136
Assert.True(service.TryFindImplementationAssemblyPath(
GetDllPath
(packDir), out var implementationDll));
137
Assert.Equal(
GetDllPath
(sharedDir), implementationDll);
PdbSourceDocument\PdbFileLocatorServiceTests.cs (3)
40
using var result = await service.GetDocumentDebugInfoReaderAsync(
GetDllPath
(path), useDefaultSymbolServers: false, new TelemetryMessage(CancellationToken.None), CancellationToken.None);
70
using var result = await service.GetDocumentDebugInfoReaderAsync(
GetDllPath
(path), useDefaultSymbolServers: false, new TelemetryMessage(CancellationToken.None), CancellationToken.None);
98
using var result = await service.GetDocumentDebugInfoReaderAsync(
GetDllPath
(path), useDefaultSymbolServers: false, new TelemetryMessage(CancellationToken.None), CancellationToken.None);
PdbSourceDocument\PdbSourceDocumentTests.cs (3)
596
File.Delete(
GetDllPath
(path));
925
var dllFilePath =
GetDllPath
(path);
930
project = project.AddMetadataReference(MetadataReference.CreateFromFile(
GetDllPath
(path)));