8 writes to DocumentFilePath
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (4)
Rename\CSharpRenamerTests.cs (4)
84
DocumentFilePath
= @"Test\Folder\Path\C.cs",
100
DocumentFilePath
= @"Test\Folder\Path\C.Other.cs",
117
DocumentFilePath
= @"Test\Folder\Path\C2.cs",
133
DocumentFilePath
= @"Test\Folder\Path\C.Other.cs",
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (4)
Rename\RenamerTests.cs (4)
133
DocumentFilePath
= defaultDocumentPath
143
DocumentFilePath
= newDocumentPath
161
DocumentFilePath
= defaultDocumentPath
171
DocumentFilePath
= newDocumentPath
3 references to DocumentFilePath
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (3)
Rename\RenamerTests.cs (3)
32
public readonly string[] DocumentFolders => GetDocumentFolders(
DocumentFilePath
);
63
filePath: startDocument.
DocumentFilePath
,
196
filePath: startDocument.
DocumentFilePath
,