2 references to InheritsFromOrImplementsIgnoringConstruction
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\AccessCheck.cs (2)
466
if (current.
InheritsFromOrImplementsIgnoringConstruction
(originalContainingType, compilation, ref useSiteInfo, basesBeingResolved))
475
originalThroughTypeOpt.
InheritsFromOrImplementsIgnoringConstruction
(current, compilation, ref useSiteInfo))