3 references to ChangesRequiredSynthesizedType
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditAndContinueDiagnosticDescriptors.cs (1)
199
AddGeneralDiagnostic(EditAndContinueErrorCode.AddingTypeRuntimeCapabilityRequired, nameof(FeaturesResources.
ChangesRequiredSynthesizedType
));
Microsoft.CodeAnalysis.Features.UnitTests (2)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (2)
2973
AssertEx.Equal([$"proj: <no location>: Error ENC1007: {FeaturesResources.
ChangesRequiredSynthesizedType
}"], InspectDiagnostics(results.Diagnostics));
4259
AssertEx.Equal([$"proj: <no location>: Error ENC1007: {FeaturesResources.
ChangesRequiredSynthesizedType
}"], InspectDiagnostics(results.Diagnostics));