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