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