3 references to AsPublicInterfaceImplementation
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\InterfaceMethodsShouldBeCallableByChildTypes.Fixer.cs (1)
175
if (docEditor.Generator.
AsPublicInterfaceImplementation
(newDeclaration, interfaceTypeNode) is not SyntaxNode publicImplementation)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\TypesThatOwnDisposableFieldsShouldBeDisposable.Fixer.cs (2)
66
generator.
AsPublicInterfaceImplementation
(memberDeclaration, interfaceType) is not SyntaxNode implementation)
82
generator.
AsPublicInterfaceImplementation
(member, interfaceType) is not SyntaxNode implementation)