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)
207
if (!
_topLevelMethod
.TryGetThisParameter(out var thisParam) ||
248
else if (VarianceSafety.GetEnclosingVariantInterface(
_topLevelMethod
) is null)
307
bool isStruct = VarianceSafety.GetEnclosingVariantInterface(
_topLevelMethod
) is null;
341
_topLevelMethod
.TryGetThisParameter(out var thisParam);
538
int syntaxOffset =
_topLevelMethod
.CalculateLocalSyntaxOffset(LambdaUtilities.GetDeclaratorPosition(syntax), syntax.SyntaxTree);