16 references to FilePath
Microsoft.CodeAnalysis.LanguageServer (13)
HostWorkspace\LoadedProject.cs (12)
178
document => _projectSystemProject.AddSourceFile(document.
FilePath
, folders: document.Folders),
179
document => _projectSystemProject.RemoveSourceFile(document.
FilePath
),
227
document => _projectSystemProject.AddAdditionalFile(document.
FilePath
, folders: document.Folders),
228
document => _projectSystemProject.RemoveAdditionalFile(document.
FilePath
),
235
document => _projectSystemProject.AddAnalyzerConfigFile(document.
FilePath
),
236
document => _projectSystemProject.RemoveAnalyzerConfigFile(document.
FilePath
),
243
document => _projectSystemProject.AddDynamicSourceFile(document.
FilePath
, folders: []),
244
document => _projectSystemProject.RemoveDynamicSourceFile(document.
FilePath
),
314
var extension = Path.GetExtension(info.
FilePath
);
328
return StringComparer.Ordinal.Equals(x?.
FilePath
, y?.
FilePath
);
333
return StringComparer.Ordinal.GetHashCode(obj.
FilePath
);
HostWorkspace\ProjectTelemetry\ProjectLoadTelemetryReporter.cs (1)
112
.SelectAsArray(d => !d.IsGenerated, d => d.
FilePath
);
Microsoft.CodeAnalysis.Workspaces.MSBuild (3)
MSBuild\MSBuildProjectLoader.Worker.cs (3)
438
DocumentId.CreateNewId(projectId, debugName: info.
FilePath
),
442
new WorkspaceFileTextLoader(_solutionServices, info.
FilePath
, encoding),
443
info.
FilePath
,