1 write to _topLevelMethod
Microsoft.CodeAnalysis.CSharp (1)
Lowering\LocalRewriter\DynamicSiteContainer.cs (1)
23
_topLevelMethod
= topLevelMethod;
2 references to _topLevelMethod
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\DynamicSiteContainer.cs (2)
30
var containingSymbol =
_topLevelMethod
.ContainingSymbol;
61
get { return
_topLevelMethod
; }