1 reference to canIgnoreAnonymousType
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
3584
return type.IsErrorType() || type.IsDynamic() || type.HasUseSiteError || (type.IsAnonymousType &&
canIgnoreAnonymousType
((NamedTypeSymbol)type));