5 references to GetEnclosingVariantInterface
Microsoft.CodeAnalysis.CSharp (5)
Lowering\ClosureConversion\ClosureConversion.Analysis.cs (2)
248
else if (VarianceSafety.
GetEnclosingVariantInterface
(_topLevelMethod) is null)
307
bool isStruct = VarianceSafety.
GetEnclosingVariantInterface
(_topLevelMethod) is null;
Lowering\ClosureConversion\ClosureConversion.cs (2)
436
VarianceSafety.
GetEnclosingVariantInterface
(_topLevelMethod) is object)
452
VarianceSafety.
GetEnclosingVariantInterface
(_topLevelMethod) is null);
Symbols\VarianceSafety.cs (1)
86
NamedTypeSymbol container =
GetEnclosingVariantInterface
(member);