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