4 references to IsOrClosedOverAnExplicitLocalType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Retargeting\RetargetingSymbolTranslator.cs (4)
603if (IsOrClosedOverAnExplicitLocalType(oldArguments[i].Type)) 651return IsOrClosedOverAnExplicitLocalType(((ArrayTypeSymbol)symbol).ElementType); 654return IsOrClosedOverAnExplicitLocalType(((PointerTypeSymbol)symbol).PointedAtType); 673if (IsOrClosedOverAnExplicitLocalType(argument.Type))