// Creates a code context (ie PC) DebugCodeContext(DebugMemoryContext.Factory debugMemoryContextFactory, ulong address, Lazy <string> name, IDebugDocumentContext2 documentContext, Guid languageGuid) : base(debugMemoryContextFactory, address, name) { _documentContext = documentContext; _languageGuid = languageGuid; }
public Factory(DebugMemoryContext.Factory debugMemoryContextFactory) { _debugMemoryContextFactory = debugMemoryContextFactory; }