2 references to MakeMethodIteratorNotSupportedByRuntime
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
4073
var rudeEdit = newStateMachineInfo.IsAsync ? RudeEditKind.MakeMethodAsyncNotSupportedByRuntime : RudeEditKind.
MakeMethodIteratorNotSupportedByRuntime
;
EditAndContinue\EditAndContinueDiagnosticDescriptors.cs (1)
132
AddRudeEdit(RudeEditKind.
MakeMethodIteratorNotSupportedByRuntime
, nameof(FeaturesResources.Making_a_method_an_iterator_requires_restarting_the_application_because_it_is_not_supported_by_the_runtime));