Microsoft.Scripting.Debugging.CompilerServices.DebugContext.DebugContext C# (CSharp) Method

DebugContext() private method

private DebugContext ( IDebugThreadFactory runtimeThreadFactory ) : System
runtimeThreadFactory IDebugThreadFactory
return System
        private DebugContext(IDebugThreadFactory runtimeThreadFactory) {
            _thread = new ThreadLocal<DebugThread>();
            _sourceFiles = new Dictionary<string, DebugSourceFile>(StringComparer.OrdinalIgnoreCase);
            _threadFactory = runtimeThreadFactory;
        }