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