4 references to PerformIO
Microsoft.CodeAnalysis.Workspaces (4)
Shared\Utilities\IOUtilities.cs (1)
18PerformIO<object>(() =>
SourceGeneratorTelemetry\SourceGeneratorTelemetryCollectorWorkspaceService.cs (1)
28FileVersion = IOUtilities.PerformIO(() => FileVersionInfo.GetVersionInfo(Identity.AssemblyPath).FileVersion, defaultValue: "(reading version threw exception)")!;
Storage\SQLite\v2\SQLitePersistentStorage.cs (1)
143return IOUtilities.PerformIO<IDisposable?>(() =>
Utilities\WorkspacePathUtilities.cs (1)
44return IOUtilities.PerformIO(() => Path.GetFileNameWithoutExtension(document.Name));