ICSharpCode.NRefactory.CSharp.Resolver.CSharpResolver.WithLocalVariableStack C# (CSharp) Method

WithLocalVariableStack() private method

private WithLocalVariableStack ( ImmutableStack stack ) : CSharpResolver
stack ImmutableStack
return CSharpResolver
		CSharpResolver WithLocalVariableStack(ImmutableStack<IVariable> stack)
		{
			return new CSharpResolver(compilation, conversions, context, checkForOverflow, isWithinLambdaExpression, currentTypeDefinitionCache, stack, objectInitializerStack);
		}
		
CSharpResolver