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)
211
if (!
_topLevelMethod
.TryGetThisParameter(out var thisParam) ||
252
else if (VarianceSafety.GetEnclosingVariantInterface(
_topLevelMethod
) is null)
311
bool isStruct = VarianceSafety.GetEnclosingVariantInterface(
_topLevelMethod
) is null;
345
_topLevelMethod
.TryGetThisParameter(out var thisParam);
557
int syntaxOffset =
_topLevelMethod
.CalculateLocalSyntaxOffset(LambdaUtilities.GetDeclaratorPosition(syntax), syntax.SyntaxTree);