2 references to Set
System.Core (2)
Microsoft\Scripting\Compiler\VariableBinder.cs (1)
169currentScope.MergedScopes = new Set<object>(ReferenceEqualityComparer<object>.Instance);
Microsoft\Scripting\Utils\Helpers.cs (1)
35var set = new Set<T>(cmp);