3 references to GetNonDisplayClassContainer
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (3)
CompilationContext.cs (3)
601
contextType =>
GetNonDisplayClassContainer
(((EENamedTypeSymbol)contextType).SubstitutedSourceType),
657
var expression = new BoundThisReference(syntax,
GetNonDisplayClassContainer
(container.SubstitutedSourceType));
1832
var substitutedSourceType =
GetNonDisplayClassContainer
(candidateSubstitutedSourceType);