2 writes to FileVersion
Microsoft.CodeAnalysis.Workspaces (2)
SourceGeneratorTelemetry\SourceGeneratorTelemetryCollectorWorkspaceService.cs (2)
24FileVersion = "(null)"; 28FileVersion = IOUtilities.PerformIO(() => FileVersionInfo.GetVersionInfo(Identity.AssemblyPath).FileVersion, defaultValue: "(reading version threw exception)")!;
2 references to FileVersion
Microsoft.CodeAnalysis.Workspaces (2)
SourceGeneratorTelemetry\SourceGeneratorTelemetryCollectorWorkspaceService.cs (2)
75map[nameof(telemetryKey.FileVersion)] = telemetryKey.FileVersion;