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