2 implementations of OperationId
NuGet.PackageManagement (2)
ConsoleProjectContext.cs (1)
80public Guid OperationId { get; set; }
EmptyNuGetProjectContext.cs (1)
50public Guid OperationId { get; set; }
21 references to OperationId
NuGet.PackageManagement (21)
IDE\PackageRestoreManager.cs (1)
272ParentId = nuGetProjectContext.OperationId,
NuGetPackageManager.cs (17)
233ParentId = nuGetProjectContext.OperationId, 292ParentId = nuGetProjectContext.OperationId, 420ParentId = nuGetProjectContext.OperationId, 1170nuGetProjectContext.OperationId.ToString(), 1262nuGetProjectContext.OperationId.ToString(), 1301nuGetProjectContext.OperationId.ToString(), 1868nuGetProjectContext.OperationId.ToString(), 1937nuGetProjectContext.OperationId.ToString(), 2031nuGetProjectContext.OperationId.ToString(), 2480ParentId = nuGetProjectContext.OperationId, 2669preFetchResult.EmitTelemetryEvent(nuGetProjectContext.OperationId); 2812nuGetProjectContext.OperationId.ToString(), 3016nuGetProjectContext.OperationId, 3058nuGetProjectContext.OperationId, 3127nuGetProjectContext.OperationId, 3176nuGetProjectContext.OperationId.ToString(), 3476nuGetProjectContext.OperationId,
Projects\FolderNuGetProject.cs (3)
175nuGetProjectContext.OperationId)); 187nuGetProjectContext.OperationId)); 199nuGetProjectContext.OperationId));