8 references to IsDisplayClassType
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (8)
CompilationContext.cs (8)
385if (!m.IsStatic && !IsDisplayClassType(m.ContainingType) || 1292bool isIteratorOrAsyncMethod = IsDisplayClassType(containingType) && 1302Debug.Assert(IsDisplayClassType(containingType)); 1369if (IsDisplayClassType(currentFrame.ContainingType) && !currentFrame.IsStatic) 1601var result = type.Kind == SymbolKind.NamedType && IsDisplayClassType((NamedTypeSymbol)type); 1762while (IsDisplayClassType(type)) 1895Debug.Assert(IsDisplayClassType(instance.Type) || 1914Debug.Assert(IsDisplayClassType(field.Type) ||