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