4 references to MakeMethodIteratorNotSupportedByRuntime
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
EditAndContinue\TopLevelEditingTests.cs (1)
8935
new[] { Diagnostic(RudeEditKind.
MakeMethodIteratorNotSupportedByRuntime
, "IEnumerable<int> M()") },
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
EditAndContinue\RudeEditDiagnosticTests.cs (1)
51
RudeEditKind.
MakeMethodIteratorNotSupportedByRuntime
,
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
1063
diagnostics.Add(new RudeEditDiagnostic(RudeEditKind.
MakeMethodIteratorNotSupportedByRuntime
, GetDiagnosticSpan(newDeclaration, EditKind.Insert)));
EditAndContinue\EditAndContinueDiagnosticDescriptors.cs (1)
146
AddRudeEdit(RudeEditKind.
MakeMethodIteratorNotSupportedByRuntime
, nameof(FeaturesResources.Making_a_method_an_iterator_requires_restarting_the_application_because_it_is_not_supported_by_the_runtime));