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)
212
if (!
_topLevelMethod
.TryGetThisParameter(out var thisParam) ||
253
else if (VarianceSafety.GetEnclosingVariantInterface(
_topLevelMethod
) is null)
312
bool isStruct = VarianceSafety.GetEnclosingVariantInterface(
_topLevelMethod
) is null;
346
_topLevelMethod
.TryGetThisParameter(out var thisParam);
558
int syntaxOffset =
_topLevelMethod
.CalculateLocalSyntaxOffset(LambdaUtilities.GetDeclaratorPosition(syntax), syntax.SyntaxTree);