2 references to IsInterfaceOrImplementsInterface
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ITypeSymbolExtensions.cs (2)
122
return
IsInterfaceOrImplementsInterface
(type, iDisposable)
123
||
IsInterfaceOrImplementsInterface
(type, iAsyncDisposable);