3 references to ChangesRequiredSynthesizedType
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (2)
2341
AssertEx.Equal(new[] { $"{document2.Project.Id}: Error ENC1007: {FeaturesResources.
ChangesRequiredSynthesizedType
}" }, InspectDiagnostics(emitDiagnostics));
3303
AssertEx.Equal(new[] { $"{document2.Project.Id}: Error ENC1007: {FeaturesResources.
ChangesRequiredSynthesizedType
}" }, InspectDiagnostics(emitDiagnostics));
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditAndContinueDiagnosticDescriptors.cs (1)
177
AddGeneralDiagnostic(EditAndContinueErrorCode.AddingTypeRuntimeCapabilityRequired, nameof(FeaturesResources.
ChangesRequiredSynthesizedType
));