2 references to DocumentIsOutOfSyncWithDebuggee
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\EditAndContinueDiagnosticDescriptors.cs (1)
169
AddGeneralDiagnostic(EditAndContinueErrorCode.
DocumentIsOutOfSyncWithDebuggee
, nameof(FeaturesResources.DocumentIsOutOfSyncWithDebuggee), DiagnosticSeverity.Warning);
EditAndContinue\EditSession.cs (1)
554
EditAndContinueErrorCode.UnableToReadSourceFileOrPdb : EditAndContinueErrorCode.
DocumentIsOutOfSyncWithDebuggee
);