11 instantiations of Set
System.Core (11)
Microsoft\Scripting\Actions\BindingRestrictions.cs (1)
144
private readonly Set<BindingRestrictions> _unique = new
Set
<BindingRestrictions>();
Microsoft\Scripting\Ast\BlockExpression.cs (1)
803
var set = new
Set
<ParameterExpression>(count);
Microsoft\Scripting\Ast\LambdaExpression.cs (2)
471
var set = new
Set
<ParameterExpression>(parameterList.Count);
543
var set = new
Set
<ParameterExpression>(pis.Length);
Microsoft\Scripting\Compiler\ExpressionQuoter.cs (3)
78
_shadowedVars.Push(new
Set
<ParameterExpression>(node.Parameters));
89
_shadowedVars.Push(new
Set
<ParameterExpression>(node.Variables));
103
_shadowedVars.Push(new
Set
<ParameterExpression>(new[] { node.Variable }));
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>();
Microsoft\Scripting\Compiler\VariableBinder.cs (1)
169
currentScope.MergedScopes = new
Set
<object>(ReferenceEqualityComparer<object>.Instance);
Microsoft\Scripting\Utils\Helpers.cs (1)
35
var set = new
Set
<T>(cmp);
11 references to Set
System.Core (11)
Microsoft\Scripting\Actions\BindingRestrictions.cs (1)
144
private readonly
Set
<BindingRestrictions> _unique = new Set<BindingRestrictions>();
Microsoft\Scripting\Ast\BlockExpression.cs (1)
803
var
set = new Set<ParameterExpression>(count);
Microsoft\Scripting\Ast\LambdaExpression.cs (2)
471
var
set = new Set<ParameterExpression>(parameterList.Count);
543
var
set = new Set<ParameterExpression>(pis.Length);
Microsoft\Scripting\Compiler\CompilerScope.cs (1)
92
internal
Set
<object> MergedScopes;
Microsoft\Scripting\Compiler\ExpressionQuoter.cs (3)
70
private readonly Stack<
Set
<ParameterExpression>> _shadowedVars = new Stack<
Set
<ParameterExpression>>();
162
foreach (
Set
<ParameterExpression> hidden in _shadowedVars) {
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>();
Microsoft\Scripting\Utils\Helpers.cs (1)
35
var
set = new Set<T>(cmp);