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