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