1 write to _topLevelMethod
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\ClosureConversion.Analysis.cs (1)
62_topLevelMethod = topLevelMethod;
5 references to _topLevelMethod
Microsoft.CodeAnalysis.CSharp (5)
Lowering\ClosureConversion\ClosureConversion.Analysis.cs (5)
211if (!_topLevelMethod.TryGetThisParameter(out var thisParam) || 252else if (VarianceSafety.GetEnclosingVariantInterface(_topLevelMethod) is null) 311bool isStruct = VarianceSafety.GetEnclosingVariantInterface(_topLevelMethod) is null; 345_topLevelMethod.TryGetThisParameter(out var thisParam); 557int syntaxOffset = _topLevelMethod.CalculateLocalSyntaxOffset(LambdaUtilities.GetDeclaratorPosition(syntax), syntax.SyntaxTree);