6 references to GetSourceFilePath
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (6)
PdbSourceDocument\AbstractPdbSourceDocumentTests.cs (1)
252
var sourceCodePath =
GetSourceFilePath
(path);
PdbSourceDocument\PdbSourceDocumentLoaderServiceTests.cs (2)
40
File.Move(
GetSourceFilePath
(path), sourceFilePath);
75
File.Move(
GetSourceFilePath
(path), sourceFilePath);
PdbSourceDocument\PdbSourceDocumentTests.cs (3)
623
File.Delete(
GetSourceFilePath
(path));
758
File.WriteAllText(
GetSourceFilePath
(path), source2, Encoding.UTF8);
939
var sourceCodePath =
GetSourceFilePath
(path);