2 references to HasRestartRequiredAttribute
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
3959
return oldMethod.MethodKind == MethodKind.StaticConstructor ||
HasRestartRequiredAttribute
(oldMethod);
3977
constructor =>
HasRestartRequiredAttribute
(constructor) && IsConstructorWithMemberInitializers(constructor, cancellationToken));