1 write to _topLevelMethod
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\ClosureConversion.Analysis.cs (1)
63_topLevelMethod = topLevelMethod;
5 references to _topLevelMethod
Microsoft.CodeAnalysis.CSharp (5)
Lowering\ClosureConversion\ClosureConversion.Analysis.cs (5)
212if (!_topLevelMethod.TryGetThisParameter(out var thisParam) || 253else if (VarianceSafety.GetEnclosingVariantInterface(_topLevelMethod) is null) 312bool isStruct = VarianceSafety.GetEnclosingVariantInterface(_topLevelMethod) is null; 346_topLevelMethod.TryGetThisParameter(out var thisParam); 558int syntaxOffset = _topLevelMethod.CalculateLocalSyntaxOffset(LambdaUtilities.GetDeclaratorPosition(syntax), syntax.SyntaxTree);