11 instantiations of Set
System.Core (11)
Microsoft\Scripting\Actions\BindingRestrictions.cs (1)
144private readonly Set<BindingRestrictions> _unique = new Set<BindingRestrictions>();
Microsoft\Scripting\Ast\BlockExpression.cs (1)
803var set = new Set<ParameterExpression>(count);
Microsoft\Scripting\Ast\LambdaExpression.cs (2)
471var set = new Set<ParameterExpression>(parameterList.Count); 543var 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)
59private readonly Set<LabelScopeInfo> _definitions = new Set<LabelScopeInfo>();
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
347var uniqueKeys = new Set<decimal>();
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);
11 references to Set
System.Core (11)
Microsoft\Scripting\Actions\BindingRestrictions.cs (1)
144private readonly Set<BindingRestrictions> _unique = new Set<BindingRestrictions>();
Microsoft\Scripting\Ast\BlockExpression.cs (1)
803var set = new Set<ParameterExpression>(count);
Microsoft\Scripting\Ast\LambdaExpression.cs (2)
471var set = new Set<ParameterExpression>(parameterList.Count); 543var set = new Set<ParameterExpression>(pis.Length);
Microsoft\Scripting\Compiler\CompilerScope.cs (1)
92internal Set<object> MergedScopes;
Microsoft\Scripting\Compiler\ExpressionQuoter.cs (3)
70private readonly Stack<Set<ParameterExpression>> _shadowedVars = new Stack<Set<ParameterExpression>>(); 162foreach (Set<ParameterExpression> hidden in _shadowedVars) {
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>();
Microsoft\Scripting\Utils\Helpers.cs (1)
35var set = new Set<T>(cmp);