1 write to _topLevelMethod
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\ClosureConversion.Analysis.cs (1)
60_topLevelMethod = topLevelMethod;
5 references to _topLevelMethod
Microsoft.CodeAnalysis.CSharp (5)
Lowering\ClosureConversion\ClosureConversion.Analysis.cs (5)
207if (!_topLevelMethod.TryGetThisParameter(out var thisParam) || 248else if (VarianceSafety.GetEnclosingVariantInterface(_topLevelMethod) is null) 307bool isStruct = VarianceSafety.GetEnclosingVariantInterface(_topLevelMethod) is null; 341_topLevelMethod.TryGetThisParameter(out var thisParam); 538int syntaxOffset = _topLevelMethod.CalculateLocalSyntaxOffset(LambdaUtilities.GetDeclaratorPosition(syntax), syntax.SyntaxTree);