16 references to FilePath
Microsoft.CodeAnalysis.LanguageServer (13)
HostWorkspace\LoadedProject.cs (12)
180
document => _projectSystemProject.AddSourceFile(document.
FilePath
, folders: document.Folders),
181
document => _projectSystemProject.RemoveSourceFile(document.
FilePath
),
229
document => _projectSystemProject.AddAdditionalFile(document.
FilePath
, folders: document.Folders),
230
document => _projectSystemProject.RemoveAdditionalFile(document.
FilePath
),
237
document => _projectSystemProject.AddAnalyzerConfigFile(document.
FilePath
),
238
document => _projectSystemProject.RemoveAnalyzerConfigFile(document.
FilePath
),
245
document => _projectSystemProject.AddDynamicSourceFile(document.
FilePath
, folders: []),
246
document => _projectSystemProject.RemoveDynamicSourceFile(document.
FilePath
),
316
var extension = Path.GetExtension(info.
FilePath
);
330
return StringComparer.Ordinal.Equals(x?.
FilePath
, y?.
FilePath
);
335
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
,