Microsoft.Scripting.Debugging.CompilerServices.DebugContext.DebugContext C# (CSharp) Метод

DebugContext() приватный Метод

private DebugContext ( IDebugThreadFactory runtimeThreadFactory ) : System
runtimeThreadFactory IDebugThreadFactory
Результат System
        private DebugContext(IDebugThreadFactory runtimeThreadFactory) {
            _thread = new ThreadLocal<DebugThread>();
            _sourceFiles = new Dictionary<string, DebugSourceFile>(StringComparer.OrdinalIgnoreCase);
            _threadFactory = runtimeThreadFactory;
        }