6 references to GetSourceFilePath
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (6)
PdbSourceDocument\AbstractPdbSourceDocumentTests.cs (1)
246
var sourceCodePath =
GetSourceFilePath
(path);
PdbSourceDocument\PdbSourceDocumentLoaderServiceTests.cs (2)
36
File.Move(
GetSourceFilePath
(path), sourceFilePath);
67
File.Move(
GetSourceFilePath
(path), sourceFilePath);
PdbSourceDocument\PdbSourceDocumentTests.cs (3)
529
File.Delete(
GetSourceFilePath
(path));
652
File.WriteAllText(
GetSourceFilePath
(path), """
839
var sourceCodePath =
GetSourceFilePath
(path);