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