2 references to implementsInterface
Microsoft.CodeAnalysis.CSharp (2)
Binder\UsingStatementBinder.cs (2)
241
bool implementsIDisposable =
implementsInterface
(fromExpression, disposableInterface, diagnostics);
257
bool implementsAlternateIDisposable =
implementsInterface
(fromExpression, alternateInterface, BindingDiagnosticBag.Discarded);