4 references to DocumentIsOutOfSyncWithDebuggee
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (3)
604
AssertEx.Equal(new[] { $"{projectPId}: Warning ENC1005: {string.Format(FeaturesResources.
DocumentIsOutOfSyncWithDebuggee
, sourceFileB.Path)}" }, InspectDiagnostics(emitDiagnostics));
1601
AssertEx.Equal(new[] { $"{project.Id}: Warning ENC1005: {string.Format(FeaturesResources.
DocumentIsOutOfSyncWithDebuggee
, sourceFile.Path)}" }, InspectDiagnostics(emitDiagnostics));
2545
AssertEx.Equal(new[] { $"{project.Id}: Warning ENC1005: {string.Format(FeaturesResources.
DocumentIsOutOfSyncWithDebuggee
, sourceFile.Path)}" }, InspectDiagnostics(emitDiagnostics));
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditAndContinueDiagnosticDescriptors.cs (1)
175
AddGeneralDiagnostic(EditAndContinueErrorCode.DocumentIsOutOfSyncWithDebuggee, nameof(FeaturesResources.
DocumentIsOutOfSyncWithDebuggee
), DiagnosticSeverity.Warning);