12 references to ProjectId
Microsoft.CodeAnalysis.Features (2)
Diagnostics\CodeAnalysisDiagnosticAnalyzerService.cs (1)
145!d.IsSuppressed && d.ProjectId == projectId && d.DataLocation.DocumentId == null, projectId);
Diagnostics\DiagnosticsUpdatedArgs.cs (1)
34Debug.Assert(diagnostics.All(d => d.ProjectId == projectId && d.DocumentId == documentId));
Microsoft.CodeAnalysis.Features.UnitTests (1)
EditAndContinue\RemoteEditAndContinueServiceTests.cs (1)
33=> $"[{d.ProjectId}] {d.Severity} {d.Id}:" +
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\EditAndContinue\EditAndContinueDiagnosticSource_Workspace.cs (1)
66group data by data.ProjectId into projectData
Handler\Diagnostics\DiagnosticsPullCache.cs (1)
95writer.WriteGuid(diagnosticData.ProjectId.Id);
Microsoft.CodeAnalysis.Workspaces (6)
Diagnostics\DiagnosticData.cs (6)
102WarningLevel, CustomTags, Properties, ProjectId, location, additionalLocations, 107WarningLevel, customTags, Properties, ProjectId, DataLocation, AdditionalLocations, 135ProjectId == other.ProjectId && 148Hash.Combine(ProjectId, 153=> $"{Id} {Severity} {Message} {ProjectId} {DataLocation.MappedFileSpan} [original: {DataLocation.UnmappedFileSpan}]";
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (1)
545builder.MultiAdd(diagnosticData.ProjectId, diagnosticData);