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