13 references to GetDllPath
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (13)
PdbSourceDocument\AbstractPdbSourceDocumentTests.cs (2)
228
project = project.AddMetadataReference(MetadataReference.CreateFromFile(
GetDllPath
(path)));
251
var dllFilePath =
GetDllPath
(path);
PdbSourceDocument\ImplementationAssemblyLookupServiceTests.cs (5)
57
Assert.False(service.TryFindImplementationAssemblyPath(
GetDllPath
(packDir), out var implementationDll));
96
Assert.True(service.TryFindImplementationAssemblyPath(
GetDllPath
(packDir), out var implementationDll));
97
Assert.Equal(
GetDllPath
(sharedDir), implementationDll);
138
Assert.True(service.TryFindImplementationAssemblyPath(
GetDllPath
(packDir), out var implementationDll));
139
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)
601
File.Delete(
GetDllPath
(path));
938
var dllFilePath =
GetDllPath
(path);
943
project = project.AddMetadataReference(MetadataReference.CreateFromFile(
GetDllPath
(path)));