2 references to IsActiveMethod
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.ActiveMembersBuilder.cs (2)
59
return
IsActiveMethod
(method);
65
if (
IsActiveMethod
(constructor) && analyzer.IsConstructorWithMemberInitializers(constructor, cancellationToken))