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