1 write to MergedScopes
System.Core (1)
Microsoft\Scripting\Compiler\VariableBinder.cs (1)
169currentScope.MergedScopes = new Set<object>(ReferenceEqualityComparer<object>.Instance);
6 references to MergedScopes
System.Core (6)
Microsoft\Scripting\Compiler\CompilerScope.cs (2)
434if (MergedScopes == null) { 438foreach (var scope in MergedScopes) {
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (2)
94(_scope.MergedScopes == null || !_scope.MergedScopes.Contains(node))) {
Microsoft\Scripting\Compiler\VariableBinder.cs (2)
168if (currentScope.MergedScopes == null) { 171currentScope.MergedScopes.Add(block);