2 references to UpdatingUnsupportedProject
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\EditAndContinueDiagnosticDescriptors.cs (1)
201AddGeneralDiagnostic(EditAndContinueErrorCode.UpdatingUnsupportedProject, nameof(FeaturesResources.Changing_source_file_0_in_a_project_1_that_does_not_support_hot_reload_requires_restarting_the_application_2));
EditAndContinue\EditSession.cs (1)
671var descriptor = EditAndContinueDiagnosticDescriptors.GetDescriptor(EditAndContinueErrorCode.UpdatingUnsupportedProject);