2 writes to FilePath
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
22 references to FilePath
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (8)
Workspaces\TestHostDocument.cs (6)
67_id = sourceGeneratedDocuments.Single(d => d.FilePath == this.FilePath).Id;
214=> _hostDocument.FilePath;
217=> Task.FromResult(TextAndVersion.Create(SourceText.From(_text, encoding: null, options.ChecksumAlgorithm), VersionStamp.Create(), _hostDocument.FilePath));
260_textBuffer = workspace!.GetOrCreateBufferForPath(FilePath, contentType, _languageServiceProvider.Language, _initialText);
267foreach (var linkedId in workspace.CurrentSolution.GetDocumentIdsWithFilePath(FilePath).Concat(this.Id))
361return DocumentInfo.Create(Id, Name, Folders, SourceCodeKind, Loader, FilePath, isGenerated: false)
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (6)
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.UnitTests (1)
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
Microsoft.VisualStudio.LanguageServices.UnitTests (4)