3 references to ContainsAnonymousType
Microsoft.CodeAnalysis.Extensions.Package (3)
Symbols\ITypeSymbolExtensions.cs (3)
321
IArrayTypeSymbol a =>
ContainsAnonymousType
(a.ElementType),
322
IPointerTypeSymbol p =>
ContainsAnonymousType
(p.PointedAtType),
335
if (
ContainsAnonymousType
(typeArg))