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