3 references to IsOrClosedOverAnExplicitLocalType
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Retargeting\RetargetingSymbolTranslator.cs (3)
651return IsOrClosedOverAnExplicitLocalType(((ArrayTypeSymbol)symbol).ElementType); 654return IsOrClosedOverAnExplicitLocalType(((PointerTypeSymbol)symbol).PointedAtType); 673if (IsOrClosedOverAnExplicitLocalType(argument.Type))