4 references to IsAnonymousType
Microsoft.CodeAnalysis.CodeStyle (3)
ISymbolExtensions.cs (2)
250=> symbol.IsAnonymousType() && !symbol.IsDelegateType(); 253=> symbol.IsAnonymousType() && symbol.IsDelegateType();
ITypeSymbolExtensions.cs (1)
359if (type == null || type.IsAnonymousType() || type.IsTupleType)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpTypeInferenceService.TypeInferrer.cs (1)
1678return types.Where(t => t.InferredType.IsAnonymousType())