public IntellisenseContext(IntellisenseContextType contextType, IntellisenseContext enclosingContext)
 {
     ContextType      = contextType;
     EnclosingContext = enclosingContext;
 }
 public IntellisenseContext(IntellisenseContextType contextType, IntellisenseContext enclosingContext)
 {
     ContextType = contextType;
     EnclosingContext = enclosingContext;
 }