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