16 references to FilePath
Microsoft.CodeAnalysis.LanguageServer (13)
HostWorkspace\LoadedProject.cs (12)
155
document => _projectSystemProject.AddSourceFile(document.
FilePath
, folders: document.Folders),
156
document => _projectSystemProject.RemoveSourceFile(document.
FilePath
),
204
document => _projectSystemProject.AddAdditionalFile(document.
FilePath
, folders: document.Folders),
205
document => _projectSystemProject.RemoveAdditionalFile(document.
FilePath
),
212
document => _projectSystemProject.AddAnalyzerConfigFile(document.
FilePath
),
213
document => _projectSystemProject.RemoveAnalyzerConfigFile(document.
FilePath
),
220
document => _projectSystemProject.AddDynamicSourceFile(document.
FilePath
, folders: []),
221
document => _projectSystemProject.RemoveDynamicSourceFile(document.
FilePath
),
293
var extension = Path.GetExtension(info.
FilePath
);
307
return StringComparer.Ordinal.Equals(x?.
FilePath
, y?.
FilePath
);
312
return StringComparer.Ordinal.GetHashCode(obj.
FilePath
);
HostWorkspace\ProjectTelemetry\ProjectLoadTelemetryReporter.cs (1)
107
.SelectAsArray(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
,