3 references to Set
System.Core (3)
Microsoft\Scripting\Actions\BindingRestrictions.cs (1)
144private readonly Set<BindingRestrictions> _unique = new Set<BindingRestrictions>();
Microsoft\Scripting\Compiler\LabelInfo.cs (1)
59private readonly Set<LabelScopeInfo> _definitions = new Set<LabelScopeInfo>();
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
347var uniqueKeys = new Set<decimal>();