2 overrides of CanExplicitInterfaceImplementationsBeFixed
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpUseAutoPropertyAnalyzer.cs (1)
39protected override bool CanExplicitInterfaceImplementationsBeFixed()
Microsoft.CodeAnalysis.VisualBasic.Features (1)
VisualBasicUseAutoPropertyAnalyzer.vb (1)
35Protected Overrides Function CanExplicitInterfaceImplementationsBeFixed() As Boolean
1 reference to CanExplicitInterfaceImplementationsBeFixed
Microsoft.CodeAnalysis.Features (1)
AbstractUseAutoPropertyAnalyzer.cs (1)
179if (!CanExplicitInterfaceImplementationsBeFixed() && property.ExplicitInterfaceImplementations.Length != 0)