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